From dd7a27d17e2240ed7f7fdf62116c009358224b5d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 28 Jun 2012 13:43:01 -0400 Subject: [PATCH] fix grammar in comment --- src/or/circuitbuild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.3