]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a function name in a comment. Closes 21580
authorNick Mathewson <nickm@torproject.org>
Mon, 6 Mar 2017 16:27:50 +0000 (11:27 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 6 Mar 2017 16:27:50 +0000 (11:27 -0500)
src/or/circuituse.c

index c2b450606ba841b2c3a87253b0cfc00c9334cbed..113643a4c91dfe39c49e21b194a1aacb0e9b5efa 100644 (file)
@@ -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.
  */