We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852c20 commit 33a7affCopy full SHA for 33a7aff
inflate.h
@@ -78,7 +78,7 @@ typedef enum {
78
*/
79
80
/* State maintained between inflate() calls -- approximately 7K bytes, not
81
- inlcuding the allocated sliding window, which is up to 32K bytes. */
+ including the allocated sliding window, which is up to 32K bytes. */
82
struct inflate_state {
83
inflate_mode mode; /* current inflate mode */
84
int last; /* true if processing last block */
0 commit comments