[or-cvs] Correct a function comment. Nick: is this right?

arma at seul.org arma at seul.org
Sun Feb 12 23:34:05 UTC 2006


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



More information about the tor-commits mailing list