mirror of https://github.com/madler/zlib
Fix typo.
This commit is contained in:
parent
9852c209ac
commit
33a7aff45d
|
@ -78,7 +78,7 @@ typedef enum {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* State maintained between inflate() calls -- approximately 7K bytes, not
|
/* State maintained between inflate() calls -- approximately 7K bytes, not
|
||||||
inlcuding the allocated sliding window, which is up to 32K bytes. */
|
including the allocated sliding window, which is up to 32K bytes. */
|
||||||
struct inflate_state {
|
struct inflate_state {
|
||||||
inflate_mode mode; /* current inflate mode */
|
inflate_mode mode; /* current inflate mode */
|
||||||
int last; /* true if processing last block */
|
int last; /* true if processing last block */
|
||||||
|
|
Loading…
Reference in New Issue