aboutsummaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-03-15 17:49:20 -0700
committerMark Adler <madler@alumni.caltech.edu>2024-03-15 17:49:20 -0700
commit9f418e1028d98cd4782fd3a2b883eaaf1a09cae5 (patch)
tree6c8da5159d8bdfc9ba153b538c3f887ce7e52c8e /inflate.h
parent99b229487c2997b4b22eaef90fedfbff4d8826cc (diff)
downloadzlib-9f418e1028d98cd4782fd3a2b883eaaf1a09cae5.tar.gz
zlib-9f418e1028d98cd4782fd3a2b883eaaf1a09cae5.tar.bz2
zlib-9f418e1028d98cd4782fd3a2b883eaaf1a09cae5.zip
Update old comment in inflate.h.
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 f127b6b..f758e0d 100644
--- a/inflate.h
+++ b/inflate.h
@@ -100,7 +100,7 @@ struct inflate_state {
100 unsigned char FAR *window; /* allocated sliding window, if needed */ 100 unsigned char FAR *window; /* allocated sliding window, if needed */
101 /* bit accumulator */ 101 /* bit accumulator */
102 unsigned long hold; /* input bit accumulator */ 102 unsigned long hold; /* input bit accumulator */
103 unsigned bits; /* number of bits in "in" */ 103 unsigned bits; /* number of bits in hold */
104 /* for string and stored block copying */ 104 /* for string and stored block copying */
105 unsigned length; /* literal or length of data to copy */ 105 unsigned length; /* literal or length of data to copy */
106 unsigned offset; /* distance back to copy string from */ 106 unsigned offset; /* distance back to copy string from */