From 001300d0d91f75f03eed5ec97eca160452f62d61 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 14 Nov 2016 10:19:25 -0700 Subject: Minor edits to the documentation in source file contents. --- zconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zconf.h') diff --git a/zconf.h b/zconf.h index 0a4828e..d09f186 100644 --- a/zconf.h +++ b/zconf.h @@ -251,7 +251,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. */ -- cgit v1.2.3-55-g6feb