mirror of
https://github.com/darlinghq/darling-zlib.git
synced 2024-11-23 20:09:46 +00:00
Fix minor typo in zlib.h comments [Rześniowiecki].
This commit is contained in:
parent
7d45cf5a1d
commit
75143f819f
5
zlib.h
5
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user