Minor: added missing word _lengths_ to insert-and-copy lengths

This commit is contained in:
Ende 2015-11-06 14:14:18 -05:00
parent df5bee181c
commit 9bb41938d3
2 changed files with 2 additions and 2 deletions

View File

@ -1742,7 +1742,7 @@ The decoding algorithm that produces the uncompressed data is as follows:
else
fill CMAPD[] with zeros
read array of prefix codes for literals, HTREEL[]
read array of prefix codes for insert-and-copy, HTREEI[]
read array of prefix codes for insert-and-copy lengths, HTREEI[]
read array of prefix codes for distances, HTREED[]
do
if BLEN_I is zero

View File

@ -1855,7 +1855,7 @@ Internet-Draft Brotli October 2015
else
fill CMAPD[] with zeros
read array of prefix codes for literals, HTREEL[]
read array of prefix codes for insert-and-copy, HTREEI[]
read array of prefix codes for insert-and-copy lengths, HTREEI[]
read array of prefix codes for distances, HTREED[]
do
if BLEN_I is zero