diff options
Diffstat (limited to '3rdparty/zlib/examples/enough.c')
-rw-r--r-- | 3rdparty/zlib/examples/enough.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/examples/enough.c b/3rdparty/zlib/examples/enough.c index 19cf08c1f97..8a3cade4923 100644 --- a/3rdparty/zlib/examples/enough.c +++ b/3rdparty/zlib/examples/enough.c @@ -486,7 +486,7 @@ local void enough(int syms) { // are 286, 9, and 15 respectively, for the deflate literal/length code. The // possible codes are counted for each number of coded symbols from two to the // maximum. The counts for each of those and the total number of codes are -// shown. The maximum number of inflate table entires is then calculated across +// shown. The maximum number of inflate table entries is then calculated across // all possible codes. Each new maximum number of table entries and the // associated sub-code (starting at root + 1 == 10 bits) is shown. // |