[PATCH 1/2] docs: lzo: fix first byte interpretation off-by-one

2020-05-22 Thread C. Masloch
, the state is indeed always set to "byte - 17" (which for 21 results in 4 too). Signed-off-by: C. Masloch --- Documentation/lzo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/lzo.txt b/Documentation/lzo.txt index ca9833289..f839

[PATCH 2/2] docs: lzo: fix incorrect statement about distance zero for EOS

2020-05-22 Thread C. Masloch
-off-by: C. Masloch --- Documentation/lzo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/lzo.txt b/Documentation/lzo.txt index f839d104d..dc9e876cb 100644 --- a/Documentation/lzo.txt +++ b/Documentation/lzo.txt @@ -65,9 +65,9 @@ Description generally