]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix grammar in comment
authorRoger Dingledine <arma@torproject.org>
Thu, 28 Jun 2012 17:43:01 +0000 (13:43 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 28 Jun 2012 17:43:01 +0000 (13:43 -0400)
src/or/circuitbuild.c

index 074b78d96fdf367757c7ed9c447a3d6863fbfb6a..6d1e4e76437b3b66516720f0d44a9cfd785d8169 100644 (file)
@@ -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);
   }