mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-08 03:39:25 -04:00
lib/deflate_decompress: fix a comment
This commit is contained in:
parent
73017f08e5
commit
eed4829c16
@ -87,7 +87,7 @@
|
||||
* required for the corresponding Huffman code, including the main table and all
|
||||
* subtables. Each number depends on three parameters:
|
||||
*
|
||||
* (1) the maximum number of symbols in the code (DEFLATE_NUM_*_SYMBOLS)
|
||||
* (1) the maximum number of symbols in the code (DEFLATE_NUM_*_SYMS)
|
||||
* (2) the number of main table bits (the TABLEBITS numbers defined above)
|
||||
* (3) the maximum allowed codeword length (DEFLATE_MAX_*_CODEWORD_LEN)
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user