]> git.lizzy.rs Git - zlib.git/commitdiff
Fix minor typo in zlib.h comments [RzeĊ›niowiecki].
authorMark Adler <madler@alumni.caltech.edu>
Sat, 11 Feb 2012 08:31:24 +0000 (00:31 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sat, 11 Feb 2012 08:31:24 +0000 (00:31 -0800)
zlib.h

diff --git a/zlib.h b/zlib.h
index 3d3ab71c2a63247998035f38dd3dc661a993cc6e..db47bf8da47bac04feaec9bc980b6ea8e0d526ea 100644 (file)
--- 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: