[tor-commits] [tor/master] make a comment a bit more useful

arma at torproject.org arma at torproject.org
Sat Jan 6 20:03:48 UTC 2018


commit 44aa1adf350ed790365eb3c8f97f35da6a4247ab
Author: Roger Dingledine <arma at torproject.org>
Date:   Sat Jan 6 15:03:35 2018 -0500

    make a comment a bit more useful
---
 src/or/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/main.c b/src/or/main.c
index f0489b3b3..edeb0bf54 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);



More information about the tor-commits mailing list