[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Fix comment
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv8813/src/or
Modified Files:
rephist.c
Log Message:
Fix comment
Index: rephist.c
===================================================================
RCS file: /home/or/cvsroot/src/or/rephist.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- rephist.c 8 Aug 2004 19:14:44 -0000 1.23
+++ rephist.c 9 Aug 2004 04:27:42 -0000 1.24
@@ -499,7 +499,7 @@
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;