From: Alexander Færøy Date: Thu, 28 Sep 2017 13:14:50 +0000 (+0200) Subject: Fix typo in buffers.c. X-Git-Tag: tor-0.3.2.2-alpha~11^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a196fdb622590baaed46de0719daa151086c0ed6;p=thirdparty%2Ftor.git Fix typo in buffers.c. --- diff --git a/src/common/buffers.c b/src/common/buffers.c index bf10c55962..e9e4487832 100644 --- a/src/common/buffers.c +++ b/src/common/buffers.c @@ -964,7 +964,7 @@ buf_get_line(buf_t *buf, char *data_out, size_t *data_len) return 1; } -/** Compress on uncompress the data_len bytes in data using the +/** Compress or uncompress the data_len bytes in data using the * compression state state, appending the result to buf. If * done is true, flush the data in the state and finish the * compression/uncompression. Return -1 on failure, 0 on success. */