summaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2016-09-21 08:45:59 -0700
committerMark Adler <madler@alumni.caltech.edu>2016-09-21 08:45:59 -0700
commit33a7aff45da511c3fc181071394ad9a01d5e8d61 (patch)
tree3ab4d56bad4620ad380abe54c37d40592a0c3550 /inflate.h
parent9852c209ac49c0d8d1192e46115d7c37d4344bbd (diff)
downloadzlib-33a7aff45da511c3fc181071394ad9a01d5e8d61.tar.gz
Fix typo.
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 {
*/
/* 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 */