summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-01-06 15:03:35 -0500
committerRoger Dingledine <arma@torproject.org>2018-01-06 15:03:35 -0500
commit44aa1adf350ed790365eb3c8f97f35da6a4247ab (patch)
tree2a59f817d968abb1ae471c53507f3b3e8feb1c45 /src/or
parent94ec5af5fe5117eb1294f0fafd527e7758ef37d8 (diff)
downloadtor-44aa1adf350ed790365eb3c8f97f35da6a4247ab.tar.gz
tor-44aa1adf350ed790365eb3c8f97f35da6a4247ab.zip
make a comment a bit more useful
Diffstat (limited to 'src/or')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index f0489b3b3a..edeb0bf542 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1178,7 +1178,7 @@ run_connection_housekeeping(int i, time_t now)
if (!connection_speaks_cells(conn))
return; /* we're all done here, the rest is just for OR conns */
- /* If we haven't written to an OR connection for a while, then either nuke
+ /* If we haven't flushed to an OR connection for a while, then either nuke
the connection or send a keepalive, depending. */
or_conn = TO_OR_CONN(conn);