[tor-commits] [tor/master] fix grammar in comment

nickm at torproject.org nickm at torproject.org
Thu Jun 28 19:53:18 UTC 2012


commit dd7a27d17e2240ed7f7fdf62116c009358224b5d
Author: Roger Dingledine <arma at torproject.org>
Date:   Thu Jun 28 13:43:01 2012 -0400

    fix grammar in comment
---
 src/or/circuitbuild.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 074b78d..6d1e4e7 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -3503,7 +3503,7 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state)
 
   if (state && options->UseEntryGuards &&
       (purpose != CIRCUIT_PURPOSE_TESTING || options->BridgeRelay)) {
-    /* This is request for an entry server to use for a regular circuit,
+    /* This request is for an entry server to use for a regular circuit,
      * and we use entry guard nodes.  Just return one of the guard nodes.  */
     return choose_random_entry(state);
   }





More information about the tor-commits mailing list