소스 검색

Fix a sentence that I never

Nick Mathewson 10 년 전
부모
커밋
ace9063fb4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/or/router.c

+ 2 - 1
src/or/router.c

@@ -1267,7 +1267,8 @@ router_perform_bandwidth_test(int num_circs, time_t now)
 }
 
 /** Return true iff our network is in some sense disabled: either we're
- * hibernating, entering hibernation, or [XXX or what?] */
+ * hibernating, entering hibernation, or the network is turned off with
+ * DisableNetwork. */
 int
 net_is_disabled(void)
 {