Fix typo.

This commit is contained in:
Mark Adler 2016-09-21 08:45:59 -07:00
parent 9852c209ac
commit 33a7aff45d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ typedef enum {
*/
/* 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 {
inflate_mode mode; /* current inflate mode */
int last; /* true if processing last block */