From 2ddd9e5dfef53db47ace755b690f449ff5070cc8 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 15 Aug 2022 13:29:05 +0000 Subject: [PATCH] Fix a doc comment to match upstream --- sys/lib/libz/zlib.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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. -- 2.20.1