Update old comment in inflate.h.

This commit is contained in:
Mark Adler 2024-03-15 17:49:20 -07:00
parent 99b229487c
commit 9f418e1028
1 changed files with 1 additions and 1 deletions

View File

@ -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 */