[deflate] Fix typo in comment describing length codes

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Daniel Johnson
2020-07-20 22:20:43 -07:00
committed by Michael Brown
parent 8d243e65c3
commit 8bc85ec6fa

View File

@@ -56,7 +56,7 @@ static uint8_t deflate_reverse[256];
* 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
* 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".
*/
static uint8_t deflate_litlen_base[28];