summaryrefslogtreecommitdiffstats
path: root/sys/lib/libz/zlib.h
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2014-05-21 02:20:18 +0000
committermlarkin <mlarkin@openbsd.org>2014-05-21 02:20:18 +0000
commitd885c433e7465532064be6dc23d286bfd038e9c3 (patch)
tree0f22a0a3c1aa2815ae72c2c86bf453be765a2566 /sys/lib/libz/zlib.h
parentFix invalid / missing format specifiers in several dnprintf statements (diff)
downloadwireguard-openbsd-d885c433e7465532064be6dc23d286bfd038e9c3.tar.xz
wireguard-openbsd-d885c433e7465532064be6dc23d286bfd038e9c3.zip
Typo in comment noticed during some recent hibernate debugging. No code
change.
Diffstat (limited to 'sys/lib/libz/zlib.h')
-rw-r--r--sys/lib/libz/zlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libz/zlib.h b/sys/lib/libz/zlib.h
index 110ac2d1fda..6d95bfa90c3 100644
--- a/sys/lib/libz/zlib.h
+++ b/sys/lib/libz/zlib.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: zlib.h,v 1.9 2005/07/20 15:56:46 millert Exp $ */
+/* $OpenBSD: zlib.h,v 1.10 2014/05/21 02:20:18 mlarkin Exp $ */
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.3, July 18th, 2005
@@ -271,7 +271,7 @@ ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
output buffer because there might be more output pending.
Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
- decide how much data to accumualte before producing output, in order to
+ decide how much data to accumulate before producing output, in order to
maximize compression.
If the parameter flush is set to Z_SYNC_FLUSH, all pending output is