Skip to content

Commit

Permalink
Update old comment in inflate.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Mar 16, 2024
1 parent 99b2294 commit 9f418e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inflate.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct inflate_state {
unsigned char FAR *window; /* allocated sliding window, if needed */
/* bit accumulator */
unsigned long hold; /* input bit accumulator */
unsigned bits; /* number of bits in "in" */
unsigned bits; /* number of bits in hold */
/* for string and stored block copying */
unsigned length; /* literal or length of data to copy */
unsigned offset; /* distance back to copy string from */
Expand Down

0 comments on commit 9f418e1

Please sign in to comment.