From: tb Date: Mon, 15 Aug 2022 13:29:05 +0000 (+0000) Subject: Fix a doc comment to match upstream X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2ddd9e5dfef53db47ace755b690f449ff5070cc8;p=openbsd Fix a doc comment to match upstream --- diff --git a/sys/lib/libz/zlib.h b/sys/lib/libz/zlib.h index abf43aad07d..e1c5c681f10 100644 --- a/sys/lib/libz/zlib.h +++ b/sys/lib/libz/zlib.h @@ -1,4 +1,4 @@ -/* $OpenBSD: zlib.h,v 1.16 2022/08/11 02:56:34 tb Exp $ */ +/* $OpenBSD: zlib.h,v 1.17 2022/08/15 13:29:05 tb Exp $ */ /* zlib.h -- interface of the 'zlib' general purpose compression library version 1.2.12, March 11th, 2022 @@ -545,8 +545,7 @@ ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm, int strategy)); This is another version of deflateInit with more compression options. The - fields next_in, zalloc, zfree and opaque must be initialized before by the - caller. + fields zalloc, zfree and opaque must be initialized before by the caller. The method parameter is the compression method. It must be Z_DEFLATED in this version of the library.