aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.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/circuituse.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/circuituse.c')
-rw-r--r--src/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index e742a5614f..a6fffdfd46 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -2241,7 +2241,7 @@ consider_recording_trackhost(const entry_connection_t *conn,
char fp[HEX_DIGEST_LEN+1];
/* Search the addressmap for this conn's destination. */
- /* If he's not in the address map.. */
+ /* If they're not in the address map.. */
if (!options->TrackHostExits ||
addressmap_have_mapping(conn->socks_request->address,
options->TrackHostExitsExpire))