Minor edits to the documentation in source file contents.

This commit is contained in:
Mark Adler
2016-11-14 10:19:25 -07:00
parent 9674807c82
commit 001300d0d9
4 changed files with 107 additions and 91 deletions

View File

@@ -253,7 +253,7 @@
Of course this will generally degrade compression (there's no free lunch).
The memory requirements for inflate are (in bytes) 1 << windowBits
that is, 32K for windowBits=15 (default value) plus a few kilobytes
that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
for small objects.
*/