]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in buffers.c.
authorAlexander Færøy <ahf@torproject.org>
Thu, 28 Sep 2017 13:14:50 +0000 (15:14 +0200)
committerAlexander Færøy <ahf@torproject.org>
Thu, 28 Sep 2017 16:58:09 +0000 (18:58 +0200)
src/common/buffers.c

index bf10c55962656d4e5b70e2442c83ef7e523534d3..e9e44878321734462c5dd98313bb95f43477cb70 100644 (file)
@@ -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. */