summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-06-28 13:43:01 -0400
committerRoger Dingledine <arma@torproject.org>2012-06-28 13:43:01 -0400
commitdd7a27d17e2240ed7f7fdf62116c009358224b5d (patch)
tree8d0fa5506407f9431cbf11f65634acb9eee33df4
parent36d8a2535e01bce2c1c5242e76a4a2e134f06040 (diff)
downloadtor-dd7a27d17e2240ed7f7fdf62116c009358224b5d.tar.gz
tor-dd7a27d17e2240ed7f7fdf62116c009358224b5d.zip
fix grammar in comment
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 074b78d96f..6d1e4e7643 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);
}