aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitstats.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/circuitstats.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/circuitstats.c')
-rw-r--r--src/or/circuitstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitstats.c b/src/or/circuitstats.c
index 418acc0024..6cb99e4175 100644
--- a/src/or/circuitstats.c
+++ b/src/or/circuitstats.c
@@ -1431,7 +1431,7 @@ circuit_build_times_network_check_changed(circuit_build_times_t *cbt)
#define MAX_TIMEOUT ((int32_t) (INT32_MAX/2))
/* Check to see if this has happened before. If so, double the timeout
- * to give people on abysmally bad network connections a shot at access */
+ * to give clients on abysmally bad network connections a shot at access */
if (cbt->timeout_ms >= circuit_build_times_get_initial_timeout()) {
if (cbt->timeout_ms > MAX_TIMEOUT || cbt->close_ms > MAX_TIMEOUT) {
log_warn(LD_CIRC, "Insanely large circuit build timeout value. "