aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2016-11-14 10:19:25 -0700
committerMark Adler <madler@alumni.caltech.edu>2016-12-04 07:48:41 -0800
commit001300d0d91f75f03eed5ec97eca160452f62d61 (patch)
treedf45fa0c8de461d27ffb9c68a1b9c7a2a72d0b8f /zconf.h
parent9674807c82ae06716a678d7374362acdb6f041b5 (diff)
downloadzlib-001300d0d91f75f03eed5ec97eca160452f62d61.tar.gz
zlib-001300d0d91f75f03eed5ec97eca160452f62d61.tar.bz2
zlib-001300d0d91f75f03eed5ec97eca160452f62d61.zip
Minor edits to the documentation in source file contents.
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zconf.h b/zconf.h
index 0a4828e..d09f186 100644
--- a/zconf.h
+++ b/zconf.h
@@ -251,7 +251,7 @@
251 Of course this will generally degrade compression (there's no free lunch). 251 Of course this will generally degrade compression (there's no free lunch).
252 252
253 The memory requirements for inflate are (in bytes) 1 << windowBits 253 The memory requirements for inflate are (in bytes) 1 << windowBits
254 that is, 32K for windowBits=15 (default value) plus a few kilobytes 254 that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
255 for small objects. 255 for small objects.
256*/ 256*/
257 257