From 588e80fdcd048f0982d80575b440ca793c8e4489 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 8 Aug 2005 17:48:23 +0000 Subject: [PATCH] fix a function comment svn:r4743 --- src/or/control.c | 4 ++-- 1 file 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 global_event_mask to the bitwise OR of each live control - * connection's event_mask field. */ +/** Set global_event_maskX (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) {