aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.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/router.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/router.c')
-rw-r--r--src/or/router.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 917caaa1f5..2d8208aa04 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -1178,9 +1178,9 @@ router_should_be_directory_server(const or_options_t *options, int dir_port)
if (accounting_is_enabled(options) &&
get_options()->AccountingRule != ACCT_IN) {
/* Don't spend bytes for directory traffic if we could end up hibernating,
- * but allow DirPort otherwise. Some people set AccountingMax because
- * they're confused or to get statistics. Directory traffic has a much
- * larger effect on output than input so there is no reason to turn it
+ * but allow DirPort otherwise. Some relay operators set AccountingMax
+ * because they're confused or to get statistics. Directory traffic has a
+ * much larger effect on output than input so there is no reason to turn it
* off if using AccountingRule in. */
int interval_length = accounting_get_interval_length();
uint32_t effective_bw = get_effective_bwrate(options);