From: Mark Adler Date: Sat, 11 Feb 2012 08:31:24 +0000 (-0800) Subject: Fix minor typo in zlib.h comments [RzeĊ›niowiecki]. X-Git-Tag: v1.2.6.1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75143f819f14428f114ef69980af69071d65cbf9;p=thirdparty%2Fzlib-ng.git Fix minor typo in zlib.h comments [RzeĊ›niowiecki]. --- diff --git a/zlib.h b/zlib.h index 3d3ab71c2..db47bf8da 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: