aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-20 11:58:18 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-20 11:58:18 -0400
commitace9063fb428daf31c42a52c5a17e2bf514778fa (patch)
tree57cd5047e229ea73157107b18679a11a2e8e39ec /src
parentf6d3006363f7eabffefce96b814f5a2619f9cbfa (diff)
downloadtor-ace9063fb428daf31c42a52c5a17e2bf514778fa.tar
tor-ace9063fb428daf31c42a52c5a17e2bf514778fa.tar.gz
Fix a sentence that I never
Diffstat (limited to 'src')
-rwxr-xr-xsrc/or/router.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index ffe2238db..2cdbb0c8b 100755
--- a/src/or/router.c
+++ b/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)
{