fix a function comment

svn:r4743
This commit is contained in:
Roger Dingledine 2005-08-08 17:48:23 +00:00
parent 50cfcbe157
commit 588e80fdcd

View File

@ -201,8 +201,8 @@ log_severity_to_event(int severity)
}
}
/** 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)
{