aboutsummaryrefslogtreecommitdiff
path: root/examples/enough.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/enough.c')
-rw-r--r--examples/enough.c2
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//