summaryrefslogtreecommitdiffstats
path: root/compat/zlib/inftrees.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-18 20:24:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-18 20:24:43 (GMT)
commit6a9dc785dc6069702330f2a6ec66b1717afbfbd7 (patch)
tree226868b4f0c2ccc905b6db60338e82195cf6be44 /compat/zlib/inftrees.h
parentc271044702cbeb60132593ac125711cfc557f67d (diff)
downloadtcl-6a9dc785dc6069702330f2a6ec66b1717afbfbd7.zip
tcl-6a9dc785dc6069702330f2a6ec66b1717afbfbd7.tar.gz
tcl-6a9dc785dc6069702330f2a6ec66b1717afbfbd7.tar.bz2
Update to zlib-1.2.13
Diffstat (limited to 'compat/zlib/inftrees.h')
-rw-r--r--compat/zlib/inftrees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/inftrees.h b/compat/zlib/inftrees.h
index baa53a0..f536653 100644
--- a/compat/zlib/inftrees.h
+++ b/compat/zlib/inftrees.h
@@ -38,7 +38,7 @@ typedef struct {
/* Maximum size of the dynamic table. The maximum number of code structures is
1444, which is the sum of 852 for literal/length codes and 592 for distance
codes. These values were found by exhaustive searches using the program
- examples/enough.c found in the zlib distribtution. The arguments to that
+ examples/enough.c found in the zlib distribution. The arguments to that
program are the number of symbols, the initial root table size, and the
maximum bit length of a code. "enough 286 9 15" for literal/length codes
returns returns 852, and "enough 30 6 15" for distance codes returns 592.