From: mlarkin Date: Wed, 21 May 2014 02:20:18 +0000 (+0000) Subject: Typo in comment noticed during some recent hibernate debugging. No code X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d885c433e7465532064be6dc23d286bfd038e9c3;p=openbsd Typo in comment noticed during some recent hibernate debugging. No code change. --- 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