]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix one more typo
authorRoger Dingledine <arma@torproject.org>
Sun, 13 Mar 2011 19:22:45 +0000 (15:22 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 13 Mar 2011 19:22:45 +0000 (15:22 -0400)
src/or/dirserv.c

index b68e005531f770c230dd592545cd7feecbbf8047..09da66d202e886a355416aef6442c101d403f0d2 100644 (file)
@@ -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)