diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2014-05-21 02:20:19 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2014-05-21 02:20:19 +0000 |
commit | c5b65314bcde3038889fbde9ca79504f773c7e82 (patch) | |
tree | 478472b98e6d23b63fab980d49de5cd8e42445c5 /sys/lib | |
parent | ed6c2da27d65dbf39f1fdc093a0a48d681f1b369 (diff) |
Typo in comment noticed during some recent hibernate debugging. No code
change.
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libz/zlib.h | 4 |
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 |