mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
[deflate] Fix typo in comment describing length codes
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
8d243e65c3
commit
8bc85ec6fa
@@ -56,7 +56,7 @@ static uint8_t deflate_reverse[256];
|
|||||||
* does not fit the pattern (it represents a length of 258; following
|
* does not fit the pattern (it represents a length of 258; following
|
||||||
* the pattern from the earlier codes would give a length of 259), and
|
* the pattern from the earlier codes would give a length of 259), and
|
||||||
* has no extra bits. Codes 286-287 are invalid, but can occur. We
|
* has no extra bits. Codes 286-287 are invalid, but can occur. We
|
||||||
* treat any code greater than 284 as meaning "length 285, no extra
|
* treat any code greater than 284 as meaning "length 258, no extra
|
||||||
* bits".
|
* bits".
|
||||||
*/
|
*/
|
||||||
static uint8_t deflate_litlen_base[28];
|
static uint8_t deflate_litlen_base[28];
|
||||||
|
|||||||
Reference in New Issue
Block a user