From: Nick Mathewson Date: Mon, 6 Mar 2017 16:27:50 +0000 (-0500) Subject: Fix a function name in a comment. Closes 21580 X-Git-Tag: tor-0.3.1.1-alpha~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a54e5d1481b9d641f5e9e1876818838175485f4;p=thirdparty%2Ftor.git Fix a function name in a comment. Closes 21580 --- diff --git a/src/or/circuituse.c b/src/or/circuituse.c index c2b450606b..113643a4c9 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -1240,8 +1240,8 @@ circuit_predict_and_launch_new(void) /** Build a new test circuit every 5 minutes */ #define TESTING_CIRCUIT_INTERVAL 300 -/** This function is called once a second, if router_have_min_dir_info() is - * true. Its job is to make sure all services we offer have enough circuits +/** This function is called once a second, if router_have_minimum_dir_info() + * is true. Its job is to make sure all services we offer have enough circuits * available. Some services just want enough circuits for current tasks, * whereas others want a minimum set of idle circuits hanging around. */