[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Correct a function comment. Nick: is this right?
Update of /home2/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/cvs/tor/src/common
Modified Files:
torgzip.c
Log Message:
Correct a function comment. Nick: is this right?
Index: torgzip.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/torgzip.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -d -r1.26 -r1.27
--- torgzip.c 9 Feb 2006 05:46:48 -0000 1.26
+++ torgzip.c 12 Feb 2006 23:34:03 -0000 1.27
@@ -146,7 +146,8 @@ tor_gzip_compress(char **out, size_t *ou
return -1;
}
-/** Given or more zlib-compressed or gzip-compressed strings of total length
+/** Given zero or more zlib-compressed or gzip-compressed strings of
+ * total length
* <b>in_len</b> bytes at <b>in</b>, uncompress them into a newly allocated
* buffer, using the method described in <b>method</b>. Store the uncompressed
* string in *<b>out</b>, and its length in *<b>out_len</b>. Return 0 on