fix grammar in comment

This commit is contained in:
Roger Dingledine 2012-06-28 13:43:01 -04:00
parent 36d8a2535e
commit dd7a27d17e

View 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);
}