diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-08-09 04:27:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-08-09 04:27:42 +0000 |
commit | 98b8a89aa85d51a3fc8df7c6facc42438de4d96b (patch) | |
tree | e1969d6a42a00587ed5c76bbe32b77a2481fd23e /src/or/rephist.c | |
parent | 6141097f6ecba41881d0fcfcf4e79992097cf2be (diff) | |
download | tor-98b8a89aa85d51a3fc8df7c6facc42438de4d96b.tar.gz tor-98b8a89aa85d51a3fc8df7c6facc42438de4d96b.zip |
Fix comment
svn:r2207
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index af780e48cd..a50ae2678c 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -499,7 +499,7 @@ char *rep_hist_get_bandwidth_lines(void) bw_array_t *b; size_t len; - /* opt (read|write)history yyyy-mm-dd HH:MM:SS n,n,n,n,n... */ + /* opt (read|write)-history yyyy-mm-dd HH:MM:SS (xxx s) n,n,n,n,n... */ len = (60+12*NUM_TOTALS)*2; buf = tor_malloc_zero(len); cp = buf; |