Skip to content

Commit 9f418e1

Browse files
committed
Update old comment in inflate.h.
1 parent 99b2294 commit 9f418e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inflate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct inflate_state {
100100
unsigned char FAR *window; /* allocated sliding window, if needed */
101101
/* bit accumulator */
102102
unsigned long hold; /* input bit accumulator */
103-
unsigned bits; /* number of bits in "in" */
103+
unsigned bits; /* number of bits in hold */
104104
/* for string and stored block copying */
105105
unsigned length; /* literal or length of data to copy */
106106
unsigned offset; /* distance back to copy string from */

0 commit comments

Comments
 (0)