[or-cvs] fix a function comment

arma at seul.org arma at seul.org
Mon Aug 8 17:48:25 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv20060

Modified Files:
	control.c 
Log Message:
fix a function comment


Index: control.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- control.c	7 Aug 2005 19:27:38 -0000	1.114
+++ control.c	8 Aug 2005 17:48:23 -0000	1.115
@@ -201,8 +201,8 @@
   }
 }
 
-/** Set <b>global_event_mask</b> to the bitwise OR of each live control
- * connection's event_mask field. */
+/** Set <b>global_event_maskX</b> (where X is 0 or 1) to the bitwise OR
+ * of each live control connection's event_mask field. */
 void
 control_update_global_event_mask(void)
 {



More information about the tor-commits mailing list