aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEnde <ende.mail@web.de>2015-11-10 05:32:50 -0500
committerEnde <ende.mail@web.de>2015-11-10 05:32:50 -0500
commite33ff0a679d87ecc1925ae9588f811d8db2e67ef (patch)
treed58015aa9ba0eda128997d2fa3682fa446f4f1e7 /docs
parent1b8b80107814170e4c47f85b1355d799fb0cc172 (diff)
downloadbrotli-e33ff0a679d87ecc1925ae9588f811d8db2e67ef.zip
brotli-e33ff0a679d87ecc1925ae9588f811d8db2e67ef.tar.gz
brotli-e33ff0a679d87ecc1925ae9588f811d8db2e67ef.tar.bz2
Rearranged wording to stay under 72 character limit
Diffstat (limited to 'docs')
-rw-r--r--docs/draft-alakuijala-brotli-07.nroff6
-rw-r--r--docs/draft-alakuijala-brotli-07.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/draft-alakuijala-brotli-07.nroff b/docs/draft-alakuijala-brotli-07.nroff
index b4292bb..25e394e 100644
--- a/docs/draft-alakuijala-brotli-07.nroff
+++ b/docs/draft-alakuijala-brotli-07.nroff
@@ -1741,9 +1741,9 @@ The decoding algorithm that produces the uncompressed data is as follows:
read distance context map, CMAPD[]
else
fill CMAPD[] with zeros
- read array of prefix codes for literals, HTREEL[]
- read array of prefix codes for insert-and-copy lengths, HTREEI[]
- read array of prefix codes for distances, HTREED[]
+ read array of literals prefix codes, HTREEL[]
+ read array of insert-and-copy lengths prefix codes, HTREEI[]
+ read array of distances prefix codes, HTREED[]
do
if BLEN_I is zero
read block type using HTREE_BTYPE_I and set BTYPE_I
diff --git a/docs/draft-alakuijala-brotli-07.txt b/docs/draft-alakuijala-brotli-07.txt
index cf4c09c..6ec8669 100644
--- a/docs/draft-alakuijala-brotli-07.txt
+++ b/docs/draft-alakuijala-brotli-07.txt
@@ -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 lengths, HTREEI[]
- read array of prefix codes for distances, HTREED[]
+ read array of literals prefix codes, HTREEL[]
+ read array of insert-and-copy lengths prefix codes, HTREEI[]
+ read array of distances prefix codes, HTREED[]
do
if BLEN_I is zero
read block type using HTREE_BTYPE_I and set BTYPE_I