summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-11-11 17:16:24 +0000
committerRoger Dingledine <arma@torproject.org>2005-11-11 17:16:24 +0000
commit4d1c6bbfc4d72684557209ce5125caf664731e3b (patch)
tree5c9ddff7c2c9be41855e528ba52e2e06729cd3db
parentb7e1a8730483052c8773af05b808401c2cd6d96c (diff)
downloadtor-4d1c6bbfc4d72684557209ce5125caf664731e3b.tar.gz
tor-4d1c6bbfc4d72684557209ce5125caf664731e3b.zip
fix function comment
svn:r5356
-rw-r--r--src/or/routerlist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 2b9d6b8916..e96ebc8ad7 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -1617,9 +1617,9 @@ routerlist_remove_old_cached_routers_with_id(time_t cutoff, int lo, int hi)
tor_free(lifespans);
}
-/** Deactivate any routers from the routerlist that are more than <b>age</b>
- * seconds old; remove old routers from the list of cached routers if we have
- * too many.
+/** Deactivate any routers from the routerlist that are more than
+ * ROUTER_MAX_AGE seconds old; remove old routers from the list of
+ * cached routers if we have too many.
*/
void
routerlist_remove_old_routers(void)