diff options
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 */ |