From 75143f819f14428f114ef69980af69071d65cbf9 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 11 Feb 2012 00:31:24 -0800 Subject: [PATCH] =?utf8?q?Fix=20minor=20typo=20in=20zlib.h=20comments=20[R?= =?utf8?q?ze=C5=9Bniowiecki].?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- zlib.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zlib.h b/zlib.h index 3d3ab71..db47bf8 100644 --- a/zlib.h +++ b/zlib.h @@ -1578,9 +1578,8 @@ ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); /* Update a running CRC-32 with the bytes buf[0..len-1] and return the updated CRC-32. If buf is Z_NULL, this function returns the required - initial value for the for the crc. Pre- and post-conditioning (one's - complement) is performed within this function so it shouldn't be done by the - application. + initial value for the crc. Pre- and post-conditioning (one's complement) is + performed within this function so it shouldn't be done by the application. Usage example: -- 2.7.4