aboutsummaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'inflate.h')
-rw-r--r--inflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.h b/inflate.h
index adbc775..ed434e5 100644
--- a/inflate.h
+++ b/inflate.h
@@ -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. */
82struct inflate_state { 82struct 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 */