From 53c54b75c9e3ba373cc43633eacc290f175fbb14 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 12 Feb 2006 23:34:03 +0000 Subject: Correct a function comment. Nick: is this right? svn:r5989 --- src/common/torgzip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/torgzip.c b/src/common/torgzip.c index ecfbf2ba78..f9cd247731 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -146,7 +146,8 @@ tor_gzip_compress(char **out, size_t *out_len, 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 * in_len bytes at in, uncompress them into a newly allocated * buffer, using the method described in method. Store the uncompressed * string in *out, and its length in *out_len. Return 0 on -- cgit v1.2.3-54-g00ecf