Procházet zdrojové kódy

fix a function comment

svn:r4743
Roger Dingledine před 20 roky
rodič
revize
588e80fdcd
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/or/control.c

+ 2 - 2
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)
 {