[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix a function comment
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)
{