summaryrefslogtreecommitdiffstats
path: root/lz4_Frame_format.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-05-12 09:10:20 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-05-12 09:10:20 (GMT)
commit05c3f66bb8f0c4b4f4fc8422b1afdf982bbd86e6 (patch)
tree945cf680efe12801754f264f7b85906b1b8a2059 /lz4_Frame_format.md
parent96078481d7672b427aa9b088af74b3f920f9d11e (diff)
downloadlz4-05c3f66bb8f0c4b4f4fc8422b1afdf982bbd86e6.zip
lz4-05c3f66bb8f0c4b4f4fc8422b1afdf982bbd86e6.tar.gz
lz4-05c3f66bb8f0c4b4f4fc8422b1afdf982bbd86e6.tar.bz2
Updated a few comments
Diffstat (limited to 'lz4_Frame_format.md')
-rw-r--r--lz4_Frame_format.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lz4_Frame_format.md b/lz4_Frame_format.md
index e8aa08f..73d3cba 100644
--- a/lz4_Frame_format.md
+++ b/lz4_Frame_format.md
@@ -205,8 +205,8 @@ This is the original (uncompressed) size.
This information is optional, and only present if the associated flag is set.
Content size is provided using unsigned 8 Bytes, for a maximum of 16 HexaBytes.
Format is Little endian.
-This value is informational.
-It can be safely skipped by a conformant decoder.
+This value is informational, typically for display or memory allocation.
+It can be skipped by a decoder, or used to validate content correctness.
__Header Checksum__