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/hibernate.c | |
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/hibernate.c')
-rw-r--r-- | src/or/hibernate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index aaf5c4bdcd..c2b3bbb839 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -424,8 +424,8 @@ configure_accounting(time_t now) if (-0.50 <= delta && delta <= 0.50) { /* The start of the period is now a little later or earlier than we * remembered. That's fine; we might lose some bytes we could otherwise - * have written, but better to err on the side of obeying people's - * accounting settings. */ + * have written, but better to err on the side of obeying accounting + * settings. */ log_info(LD_ACCT, "Accounting interval moved by %.02f%%; " "that's fine.", delta*100); interval_end_time = start_of_accounting_period_after(now); @@ -896,7 +896,7 @@ hibernate_go_dormant(time_t now) log_notice(LD_ACCT,"Going dormant. Blowing away remaining connections."); /* Close all OR/AP/exit conns. Leave dir conns because we still want - * to be able to upload server descriptors so people know we're still + * to be able to upload server descriptors so clients know we're still * running, and download directories so we can detect if we're obsolete. * Leave control conns because we still want to be controllable. */ |