tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a196fdb622590baaed46de0719daa151086c0ed6
parent 3a073c463dbade2171a1a6ec1558bd81c0ff27f9
Author: Alexander Færøy <ahf@torproject.org>
Date:   Thu, 28 Sep 2017 15:14:50 +0200

Fix typo in buffers.c.

Diffstat:
Msrc/common/buffers.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 <b>data_len</b> bytes in <b>data</b> using the +/** Compress or uncompress the <b>data_len</b> bytes in <b>data</b> using the * compression state <b>state</b>, appending the result to <b>buf</b>. If * <b>done</b> is true, flush the data in the state and finish the * compression/uncompression. Return -1 on failure, 0 on success. */