diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-27 08:51:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-27 08:51:28 -0500 |
commit | 39a86185c8c04c4622c5d1cd5f6cdcba91995473 (patch) | |
tree | 2f81c8ab8ab37454ac0ce587c4793d9d66da5ca4 /src/or/dirserv.c | |
parent | 42dea56363c24960e85344749644f6502f625463 (diff) | |
download | tor-39a86185c8c04c4622c5d1cd5f6cdcba91995473.tar.gz tor-39a86185c8c04c4622c5d1cd5f6cdcba91995473.zip |
Correct further grammatical errors in tor comments
Avoid using a pronoun where it makes comments unclear.
Avoid using gender for things that don't have it.
Avoid assigning gender to people unnecessarily.
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 620d324704..491557e9cd 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -3135,7 +3135,7 @@ dirserv_get_routerdescs(smartlist_t *descs_out, const char *key, * router listening at <b>address</b>:<b>or_port</b>, and has yielded * a certificate with digest <b>digest_rcvd</b>. * - * Inform the reachability checker that we could get to this guy. + * Inform the reachability checker that we could get to this relay. */ void dirserv_orconn_tls_done(const tor_addr_t *addr, |