summaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-03 03:45:53 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-03 03:45:53 +0000
commit7396b8eecfe66589f534a652ffdb442ce9168ab3 (patch)
treed1366c415f2912e0d7da68a70ee7dd557f730fff /src/or/hibernate.c
parentf72e82ccc4075cb916ff13c4250529b2e056267b (diff)
downloadtor-7396b8eecfe66589f534a652ffdb442ce9168ab3.tar.gz
tor-7396b8eecfe66589f534a652ffdb442ce9168ab3.zip
interim tweaks
svn:r9246
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r--src/or/hibernate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c
index 054511084c..9a89cbf160 100644
--- a/src/or/hibernate.c
+++ b/src/or/hibernate.c
@@ -546,7 +546,7 @@ accounting_record_bandwidth_usage(time_t now, or_state_t *state)
uint64_t expected;
static time_t last_recorded;
- /* First, update bw_accounting. Until 0.1.2.5-x, this was the only place
+ /* First, update bw_accounting. Until 0.1.2.5-alpha, this was the only place
* we stored this information. The format is:
* Version\nTime\nTime\nRead\nWrite\nSeconds\nExpected-Rate\n */