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/common/compat.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/common/compat.c')
-rw-r--r-- | src/common/compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index c1d4f89621..fb22e922ba 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -717,7 +717,8 @@ strtok_helper(char *cp, const char *sep) } /** Implementation of strtok_r for platforms whose coders haven't figured out - * how to write one. Hey guys! You can use this code here for free! */ + * how to write one. Hey, retrograde libc developers! You can use this code + * here for free! */ char * tor_strtok_r_impl(char *str, const char *sep, char **lasts) { |