[or-cvs] more typos and nits

arma at seul.org arma at seul.org
Sun Feb 5 05:28:55 UTC 2006


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:
more typos and nits


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.438
retrieving revision 1.439
diff -u -p -d -r1.438 -r1.439
--- routerlist.c	5 Feb 2006 05:11:24 -0000	1.438
+++ routerlist.c	5 Feb 2006 05:28:52 -0000	1.439
@@ -2782,8 +2782,8 @@ routers_update_all_from_networkstatus(vo
 
 /** Change the is_recent field of each member of networkstatus_list so that
  * all members more recent than DEFAULT_RUNNING_INTERVAL are recent, and
- * at least the MIN_TO_INFLUENCE_RUNNING most recent members are resent, and no
- * others are recent.  Set networkstatus_list_has_changed if anything happeed.
+ * at least the MIN_TO_INFLUENCE_RUNNING most recent members are recent, and no
+ * others are recent.  Set networkstatus_list_has_changed if anything happened.
  */
 void
 networkstatus_list_update_recent(time_t now)
@@ -2853,6 +2853,7 @@ routerstatus_list_update_from_networksta
   char conflict[DIGEST_LEN]; /* Sentinel value */
   desc_digest_count_t *digest_counts = NULL;
 
+  /* compute which network statuses will have a vote now */
   networkstatus_list_update_recent(now);
 
   if (!networkstatus_list_has_changed)



More information about the tor-commits mailing list