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: upstream/1.2.8~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75143f819f14428f114ef69980af69071d65cbf9;p=platform%2Fupstream%2Fzlib.git Fix minor typo in zlib.h comments [RzeĊ›niowiecki]. --- 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: