aboutsummaryrefslogtreecommitdiff
path: root/docs/draft-alakuijala-brotli-07.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/draft-alakuijala-brotli-07.txt')
-rw-r--r--docs/draft-alakuijala-brotli-07.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/draft-alakuijala-brotli-07.txt b/docs/draft-alakuijala-brotli-07.txt
index bfa4149..2eae59d 100644
--- a/docs/draft-alakuijala-brotli-07.txt
+++ b/docs/draft-alakuijala-brotli-07.txt
@@ -1746,11 +1746,11 @@ Internet-Draft Brotli October 2015
Insert length number of literals, with the following format:
Block type code for next literal block type, appears
- only if NBLTYPESI >= 2 and the previous literal
+ only if NBLTYPESL >= 2 and the previous literal
block count is zero
Block count code + extra bits for next literal
- block count, appears only if NBLTYPESI >= 2 and the
+ block count, appears only if NBLTYPESL >= 2 and the
previous literal block count is zero
Next byte of the uncompressed data, encoded with the
@@ -1854,9 +1854,9 @@ 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 distances, HTREED[]
+ read array of literal prefix codes, HTREEL[]
+ read array of insert-and-copy length prefix codes, HTREEI[]
+ read array of distance prefix codes, HTREED[]
do
if BLEN_I is zero
read block type using HTREE_BTYPE_I and set BTYPE_I