diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-08 17:48:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-08 17:48:23 +0000 |
commit | 588e80fdcd048f0982d80575b440ca793c8e4489 (patch) | |
tree | ece4110618714e258e13fad7b7c5a264de88d67f | |
parent | 50cfcbe15763011c08255d6bf65e37666ac98524 (diff) | |
download | tor-588e80fdcd048f0982d80575b440ca793c8e4489.tar.gz tor-588e80fdcd048f0982d80575b440ca793c8e4489.zip |
fix a function comment
svn:r4743
-rw-r--r-- | src/or/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/control.c b/src/or/control.c index d15033acab..f0be50952d 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -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) { |