aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorJ. Ryan Stinnett <jryans@gmail.com>2016-12-09 14:13:11 -1000
committerNick Mathewson <nickm@torproject.org>2016-12-12 09:50:21 -0500
commitd5df9fa2356ed1f9d38d659efa335bb9bb134228 (patch)
tree1923b6b6b71bdaac30423d4048f913dbc539de2a /src/or/routerlist.c
parent39f455468731d4746adb729a67597927beaca4b8 (diff)
downloadtor-d5df9fa2356ed1f9d38d659efa335bb9bb134228.tar.gz
tor-d5df9fa2356ed1f9d38d659efa335bb9bb134228.zip
Replace "people" with the appropriate network component in comments
Fixes #18145.
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 9bcca76b63..5fd16ed739 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -4483,7 +4483,7 @@ router_load_extrainfo_from_string(const char *s, const char *eos,
ei->cache_info.identity_digest,
DIGEST_LEN);
smartlist_string_remove(requested_fingerprints, fp);
- /* We silently let people stuff us with extrainfos we didn't ask for,
+ /* We silently let relays stuff us with extrainfos we didn't ask for,
* so long as we would have wanted them anyway. Since we always fetch
* all the extrainfos we want, and we never actually act on them
* inside Tor, this should be harmless. */