mirror of
https://github.com/google/brotli.git
synced 2024-11-09 21:50:07 +00:00
Fixed accidental plural plural wording
This commit is contained in:
parent
e33ff0a679
commit
0e3329d513
@ -1741,9 +1741,9 @@ The decoding algorithm that produces the uncompressed data is as follows:
|
|||||||
read distance context map, CMAPD[]
|
read distance context map, CMAPD[]
|
||||||
else
|
else
|
||||||
fill CMAPD[] with zeros
|
fill CMAPD[] with zeros
|
||||||
read array of literals prefix codes, HTREEL[]
|
read array of literal prefix codes, HTREEL[]
|
||||||
read array of insert-and-copy lengths prefix codes, HTREEI[]
|
read array of insert-and-copy length prefix codes, HTREEI[]
|
||||||
read array of distances prefix codes, HTREED[]
|
read array of distance prefix codes, HTREED[]
|
||||||
do
|
do
|
||||||
if BLEN_I is zero
|
if BLEN_I is zero
|
||||||
read block type using HTREE_BTYPE_I and set BTYPE_I
|
read block type using HTREE_BTYPE_I and set BTYPE_I
|
||||||
|
@ -1854,9 +1854,9 @@ Internet-Draft Brotli October 2015
|
|||||||
|
|
||||||
else
|
else
|
||||||
fill CMAPD[] with zeros
|
fill CMAPD[] with zeros
|
||||||
read array of literals prefix codes, HTREEL[]
|
read array of literal prefix codes, HTREEL[]
|
||||||
read array of insert-and-copy lengths prefix codes, HTREEI[]
|
read array of insert-and-copy length prefix codes, HTREEI[]
|
||||||
read array of distances prefix codes, HTREED[]
|
read array of distance prefix codes, HTREED[]
|
||||||
do
|
do
|
||||||
if BLEN_I is zero
|
if BLEN_I is zero
|
||||||
read block type using HTREE_BTYPE_I and set BTYPE_I
|
read block type using HTREE_BTYPE_I and set BTYPE_I
|
||||||
|
Loading…
Reference in New Issue
Block a user