aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEnde <ende.mail@web.de>2015-11-06 14:14:18 -0500
committerEnde <ende.mail@web.de>2015-11-06 14:14:18 -0500
commit9bb41938d330a4a3f724947306eb4ac2706df688 (patch)
tree1ed59918939004f59daa170de03ca7d3017b6752 /docs
parentdf5bee181cb9bb9a077323161ea0f2283ab7f59b (diff)
downloadbrotli-9bb41938d330a4a3f724947306eb4ac2706df688.zip
brotli-9bb41938d330a4a3f724947306eb4ac2706df688.tar.gz
brotli-9bb41938d330a4a3f724947306eb4ac2706df688.tar.bz2
Minor: added missing word _lengths_ to insert-and-copy lengths
Diffstat (limited to 'docs')
-rw-r--r--docs/draft-alakuijala-brotli-07.nroff2
-rw-r--r--docs/draft-alakuijala-brotli-07.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/draft-alakuijala-brotli-07.nroff b/docs/draft-alakuijala-brotli-07.nroff
index 77c1f41..9cf6ee0 100644
--- a/docs/draft-alakuijala-brotli-07.nroff
+++ b/docs/draft-alakuijala-brotli-07.nroff
@@ -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
diff --git a/docs/draft-alakuijala-brotli-07.txt b/docs/draft-alakuijala-brotli-07.txt
index b8b4ca2..c1cb929 100644
--- a/docs/draft-alakuijala-brotli-07.txt
+++ b/docs/draft-alakuijala-brotli-07.txt
@@ -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