aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-06 11:27:50 -0500
committerNick Mathewson <nickm@torproject.org>2017-03-06 11:27:50 -0500
commit0a54e5d1481b9d641f5e9e1876818838175485f4 (patch)
treebf5583ba7de72eb16337cdfbdb89fee2dc7aa907 /src/or/circuituse.c
parent00d1093daf692b70d21d60f3333296097a01a376 (diff)
downloadtor-0a54e5d1481b9d641f5e9e1876818838175485f4.tar.gz
tor-0a54e5d1481b9d641f5e9e1876818838175485f4.zip
Fix a function name in a comment. Closes 21580
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c4
1 files changed, 2 insertions, 2 deletions
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.
*/