[tor-commits] [tor/master] fix one more typo

nickm at torproject.org nickm at torproject.org
Mon Mar 14 19:31:06 UTC 2011


commit 61f648ae3764daacb3865c8344f0381fd09a8e45
Author: Roger Dingledine <arma at torproject.org>
Date:   Sun Mar 13 15:22:45 2011 -0400

    fix one more typo
---
 src/or/dirserv.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index b68e005..09da66d 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -3198,8 +3198,7 @@ dirserv_single_reachability_test(time_t now, routerinfo_t *router)
  *
  * The load balancing is such that if we get called once every ten
  * seconds, we will cycle through all the tests in
- * 10*REACHABILITY_MASK_PER_TEST seconds (a
- * bit over 20 minutes).
+ * REACHABILITY_TEST_CYCLE_PERIOD seconds (a bit over 20 minutes).
  */
 void
 dirserv_test_reachability(time_t now)





More information about the tor-commits mailing list