]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
make a comment a bit more useful
authorRoger Dingledine <arma@torproject.org>
Sat, 6 Jan 2018 20:03:35 +0000 (15:03 -0500)
committerRoger Dingledine <arma@torproject.org>
Sat, 6 Jan 2018 20:03:35 +0000 (15:03 -0500)
src/or/main.c

index f0489b3b3a6041a61bd27dbe3e2180813154080b..edeb0bf5421bed80e48f0826392886b7ece7194c 100644 (file)
@@ -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);