Преглед на файлове

make a comment a bit more useful

Roger Dingledine преди 7 години
родител
ревизия
44aa1adf35
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -1178,7 +1178,7 @@ run_connection_housekeeping(int i, time_t now)
   if (!connection_speaks_cells(conn))
   if (!connection_speaks_cells(conn))
     return; /* we're all done here, the rest is just for OR conns */
     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. */
      the connection or send a keepalive, depending. */
 
 
   or_conn = TO_OR_CONN(conn);
   or_conn = TO_OR_CONN(conn);