summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-07-10 22:25:43 (GMT)
committerYann Collet <cyan@fb.com>2022-07-10 22:25:43 (GMT)
commit0b0e3330bcc62b8582ce6fee3a7465391f7b56c7 (patch)
treee665c4e19a59a022e99956b689faf45ba56a7969
parent7e8b67d0df3b625bf38924f4bdcfe8141b766344 (diff)
downloadlz4-0b0e3330bcc62b8582ce6fee3a7465391f7b56c7.zip
lz4-0b0e3330bcc62b8582ce6fee3a7465391f7b56c7.tar.gz
lz4-0b0e3330bcc62b8582ce6fee3a7465391f7b56c7.tar.bz2
minor frame format clarification
no need to specify that a decoder can "ignore the checksum".
-rw-r--r--doc/lz4_Frame_format.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lz4_Frame_format.md b/doc/lz4_Frame_format.md
index 7b6c2ef..97a2cbe 100644
--- a/doc/lz4_Frame_format.md
+++ b/doc/lz4_Frame_format.md
@@ -244,8 +244,7 @@ One-byte checksum of combined descriptor fields, including optional ones.
The value is the second byte of `xxh32()` : ` (xxh32()>>8) & 0xFF `
using zero as a seed, and the full Frame Descriptor as an input
(including optional fields when they are present).
-A wrong checksum indicates an error in the descriptor.
-Header checksum is informational and can be skipped.
+A wrong checksum indicates that the descriptor is erroneous.
Data Blocks