summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-12 09:50:31 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-12 09:50:31 -0500
commit1bd562f1c4c165d0c8f60c8ed61122e7e247f86a (patch)
tree534f59173031283241c2a0c66abd273a1db1a36d /src/or/routerlist.c
parentb659ffe9ac371d9a72c148cd45191b1a60dae28d (diff)
parentd5df9fa2356ed1f9d38d659efa335bb9bb134228 (diff)
downloadtor-1bd562f1c4c165d0c8f60c8ed61122e7e247f86a.tar.gz
tor-1bd562f1c4c165d0c8f60c8ed61122e7e247f86a.zip
Merge branch 'people-to-node-type'
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 6bac57d4db..46c44d89b6 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -4496,7 +4496,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. */