[tor-commits] [tor/master] fix typos from 783f705d

arma at torproject.org arma at torproject.org
Fri Jun 15 21:08:34 UTC 2012


commit ca525db02dbb026bda4305881476dada754c3ca3
Author: Roger Dingledine <arma at torproject.org>
Date:   Fri Jun 15 17:08:25 2012 -0400

    fix typos from 783f705d
---
 src/or/connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/connection.c b/src/or/connection.c
index c22068b..2630020 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1048,11 +1048,11 @@ connection_listener_new(const struct sockaddr *listensockaddr,
     if (port_cfg->session_group >= 0) {
       lis_conn->session_group = port_cfg->session_group;
     } else {
-      /* This can wrap afuter ~INT_MAX listeners are opened.  But I don't
+      /* This can wrap after around INT_MAX listeners are opened.  But I don't
        * believe that matters, since you would need to open a ridiculous
        * number of listeners while keeping the early ones open before you ever
        * hit this.  An OR with a dozen ports open, for example, would have to
-       * close and re-open its listers every second for 4 years nonstop.
+       * close and re-open its listenerrs every second for 4 years nonstop.
        */
       lis_conn->session_group = global_next_session_group--;
     }



More information about the tor-commits mailing list