summaryrefslogtreecommitdiffstats
path: root/compat/zlib/contrib/infback9/inftree9.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-20 15:16:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-20 15:16:28 (GMT)
commitc541afcd1abf1c09cd079d8b50a7abd33b8dc739 (patch)
treebdba54c93d7da4fdf8174ba7c37a4db4d8bb84c4 /compat/zlib/contrib/infback9/inftree9.h
parent23900950d5ad3b15b790aacb18f9e0220836b132 (diff)
parenta344103b2df59b2fbd11188bb6b16293aa44c8ca (diff)
downloadtcl-c541afcd1abf1c09cd079d8b50a7abd33b8dc739.zip
tcl-c541afcd1abf1c09cd079d8b50a7abd33b8dc739.tar.gz
tcl-c541afcd1abf1c09cd079d8b50a7abd33b8dc739.tar.bz2
Merge 8.7
Diffstat (limited to 'compat/zlib/contrib/infback9/inftree9.h')
-rw-r--r--compat/zlib/contrib/infback9/inftree9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/zlib/contrib/infback9/inftree9.h b/compat/zlib/contrib/infback9/inftree9.h
index 5ab21f0..3b39497 100644
--- a/compat/zlib/contrib/infback9/inftree9.h
+++ b/compat/zlib/contrib/infback9/inftree9.h
@@ -38,7 +38,7 @@ typedef struct {
/* Maximum size of the dynamic table. The maximum number of code structures is
1446, which is the sum of 852 for literal/length codes and 594 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 32 6 15" for distance codes returns 594.