diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-09-21 08:45:59 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2016-09-21 08:45:59 -0700 |
commit | 33a7aff45da511c3fc181071394ad9a01d5e8d61 (patch) | |
tree | 3ab4d56bad4620ad380abe54c37d40592a0c3550 /inflate.h | |
parent | 9852c209ac49c0d8d1192e46115d7c37d4344bbd (diff) | |
download | zlib-33a7aff45da511c3fc181071394ad9a01d5e8d61.tar.gz zlib-33a7aff45da511c3fc181071394ad9a01d5e8d61.tar.bz2 zlib-33a7aff45da511c3fc181071394ad9a01d5e8d61.zip |
Fix typo.
Diffstat (limited to 'inflate.h')
-rw-r--r-- | inflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ typedef enum { | |||
78 | */ | 78 | */ |
79 | 79 | ||
80 | /* State maintained between inflate() calls -- approximately 7K bytes, not | 80 | /* State maintained between inflate() calls -- approximately 7K bytes, not |
81 | inlcuding the allocated sliding window, which is up to 32K bytes. */ | 81 | including the allocated sliding window, which is up to 32K bytes. */ |
82 | struct inflate_state { | 82 | struct inflate_state { |
83 | inflate_mode mode; /* current inflate mode */ | 83 | inflate_mode mode; /* current inflate mode */ |
84 | int last; /* true if processing last block */ | 84 | int last; /* true if processing last block */ |