diff options
author | Mark Adler <fork@madler.net> | 2022-08-22 13:13:06 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-08-23 15:35:13 -0700 |
commit | 5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch) | |
tree | 7d8d7e6bf5760cca696b77e72010a497a097061a /examples/enough.c | |
parent | 1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff) | |
download | zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.gz zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.bz2 zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.zip |
Fix some typos.
No code changes.
Diffstat (limited to 'examples/enough.c')
-rw-r--r-- | examples/enough.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/enough.c b/examples/enough.c index 19cf08c..8a3cade 100644 --- a/examples/enough.c +++ b/examples/enough.c | |||
@@ -486,7 +486,7 @@ local void enough(int syms) { | |||
486 | // are 286, 9, and 15 respectively, for the deflate literal/length code. The | 486 | // are 286, 9, and 15 respectively, for the deflate literal/length code. The |
487 | // possible codes are counted for each number of coded symbols from two to the | 487 | // possible codes are counted for each number of coded symbols from two to the |
488 | // maximum. The counts for each of those and the total number of codes are | 488 | // maximum. The counts for each of those and the total number of codes are |
489 | // shown. The maximum number of inflate table entires is then calculated across | 489 | // shown. The maximum number of inflate table entries is then calculated across |
490 | // all possible codes. Each new maximum number of table entries and the | 490 | // all possible codes. Each new maximum number of table entries and the |
491 | // associated sub-code (starting at root + 1 == 10 bits) is shown. | 491 | // associated sub-code (starting at root + 1 == 10 bits) is shown. |
492 | // | 492 | // |