diff options
author | J. Ryan Stinnett <jryans@gmail.com> | 2016-12-09 14:13:11 -1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-12 09:50:21 -0500 |
commit | d5df9fa2356ed1f9d38d659efa335bb9bb134228 (patch) | |
tree | 1923b6b6b71bdaac30423d4048f913dbc539de2a /src/or/or.h | |
parent | 39f455468731d4746adb729a67597927beaca4b8 (diff) | |
download | tor-d5df9fa2356ed1f9d38d659efa335bb9bb134228.tar.gz tor-d5df9fa2356ed1f9d38d659efa335bb9bb134228.zip |
Replace "people" with the appropriate network component in comments
Fixes #18145.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7e11bf05aa..0e508e958c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3883,7 +3883,7 @@ typedef struct { uint64_t BandwidthBurst; /**< How much bandwidth, at maximum, are we willing * to use in a second? */ uint64_t MaxAdvertisedBandwidth; /**< How much bandwidth are we willing to - * tell people we have? */ + * tell other nodes we have? */ uint64_t RelayBandwidthRate; /**< How much bandwidth, on average, are we * willing to use for all relayed conns? */ uint64_t RelayBandwidthBurst; /**< How much bandwidth, at maximum, will we |