summaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
diff options
context:
space:
mode:
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 */