diff options
Diffstat (limited to 'lib/zlib/contrib/puff/puff.c')
-rw-r--r-- | lib/zlib/contrib/puff/puff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zlib/contrib/puff/puff.c b/lib/zlib/contrib/puff/puff.c index ce0cc405e3..1fbcc18f29 100644 --- a/lib/zlib/contrib/puff/puff.c +++ b/lib/zlib/contrib/puff/puff.c @@ -585,7 +585,7 @@ local int fixed(struct state *s) * are themselves compressed using Huffman codes and run-length encoding. In * the list of code lengths, a 0 symbol means no code, a 1..15 symbol means * that length, and the symbols 16, 17, and 18 are run-length instructions. - * Each of 16, 17, and 18 are follwed by extra bits to define the length of + * Each of 16, 17, and 18 are followed by extra bits to define the length of * the run. 16 copies the last length 3 to 6 times. 17 represents 3 to 10 * zero lengths, and 18 represents 11 to 138 zero lengths. Unused symbols * are common, hence the special coding for zero lengths. |