From 9bb41938d330a4a3f724947306eb4ac2706df688 Mon Sep 17 00:00:00 2001 From: Ende Date: Fri, 6 Nov 2015 14:14:18 -0500 Subject: Minor: added missing word _lengths_ to insert-and-copy lengths --- docs/draft-alakuijala-brotli-07.nroff | 2 +- docs/draft-alakuijala-brotli-07.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.1