diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/puff/puff.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/puff/puff.c b/contrib/puff/puff.c index 6737ff6..d759825 100644 --- a/contrib/puff/puff.c +++ b/contrib/puff/puff.c | |||
@@ -593,10 +593,10 @@ local int fixed(struct state *s) | |||
593 | * provided for each of the literal/length symbols, and for each of the | 593 | * provided for each of the literal/length symbols, and for each of the |
594 | * distance symbols. | 594 | * distance symbols. |
595 | * | 595 | * |
596 | * - If a symbol is not used in the block, this is represented by a zero as | 596 | * - If a symbol is not used in the block, this is represented by a zero as the |
597 | * as the code length. This does not mean a zero-length code, but rather | 597 | * code length. This does not mean a zero-length code, but rather that no |
598 | * that no code should be created for this symbol. There is no way in the | 598 | * code should be created for this symbol. There is no way in the deflate |
599 | * deflate format to represent a zero-length code. | 599 | * format to represent a zero-length code. |
600 | * | 600 | * |
601 | * - The maximum number of bits in a code is 15, so the possible lengths for | 601 | * - The maximum number of bits in a code is 15, so the possible lengths for |
602 | * any code are 1..15. | 602 | * any code are 1..15. |