summaryrefslogtreecommitdiff
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) {
// 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.
//