aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-26 13:45:01 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-26 13:46:54 +1100
commitc927b6cb1aff4588a5f3729f8cc919ef3616d73e (patch)
treebf2cbe80576f334868997246b668f1cced8f78c6 /src/or/entrynodes.c
parentcbed61d1280d5f85b1670a70c9d8d2331b919e80 (diff)
downloadtor-c927b6cb1aff4588a5f3729f8cc919ef3616d73e.tar.gz
tor-c927b6cb1aff4588a5f3729f8cc919ef3616d73e.zip
Correct grammatical errors in tor comments
Avoid using gender for things that don't have it. Avoid assigning a gender to tor users.
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r--src/or/entrynodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index bf71fc30c0..789c53da17 100644
--- a/src/or/entrynodes.c
+++ b/src/or/entrynodes.c
@@ -1152,7 +1152,7 @@ choose_random_entry_impl(cpath_build_state_t *state, int for_directory,
} else {
/* Try to have at least 2 choices available. This way we don't
* get stuck with a single live-but-crummy entry and just keep
- * using him.
+ * using it.
* (We might get 2 live-but-crummy entry guards, but so be it.) */
preferred_min = 2;
}