diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-20 15:16:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-20 15:16:28 (GMT) |
commit | c541afcd1abf1c09cd079d8b50a7abd33b8dc739 (patch) | |
tree | bdba54c93d7da4fdf8174ba7c37a4db4d8bb84c4 /compat/zlib/contrib/infback9/inftree9.h | |
parent | 23900950d5ad3b15b790aacb18f9e0220836b132 (diff) | |
parent | a344103b2df59b2fbd11188bb6b16293aa44c8ca (diff) | |
download | tcl-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.h | 2 |
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. |