[or-cvs] fix function comment

arma at seul.org arma at seul.org
Fri Nov 11 17:16:28 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	routerlist.c 
Log Message:
fix function comment


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -d -r1.363 -r1.364
--- routerlist.c	11 Nov 2005 17:01:20 -0000	1.363
+++ routerlist.c	11 Nov 2005 17:16:24 -0000	1.364
@@ -1617,9 +1617,9 @@
   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)



More information about the tor-commits mailing list