mirror of https://github.com/ipxe/ipxe.git
[deflate] Fix typo in comment describing length codes
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/124/head
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
|
||||
* 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];
|
||||
|
|
Loading…
Reference in New Issue