소스 검색

fix a function comment

svn:r4743
Roger Dingledine 20 년 전
부모
커밋
588e80fdcd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)
 {