summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2018-12-02 17:46:14 (GMT)
committerVincent Torri <vincent.torri@gmail.com>2018-12-02 17:46:14 (GMT)
commit65ff6f80739c4fcf3c38702f8fd1b96047695c38 (patch)
treefab76777577135b43b6340ca8d20a4a17e03a519
parentbd2b259760f08f606363732a1c21d7b9331e909e (diff)
parent01d2a721d393646384291af2f6f2f940493cd78f (diff)
downloadlz4-65ff6f80739c4fcf3c38702f8fd1b96047695c38.zip
lz4-65ff6f80739c4fcf3c38702f8fd1b96047695c38.tar.gz
lz4-65ff6f80739c4fcf3c38702f8fd1b96047695c38.tar.bz2
Merge remote-tracking branch 'upstream/master' into dev
-rw-r--r--doc/lz4_Frame_format.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lz4_Frame_format.md b/doc/lz4_Frame_format.md
index 0c98df1..a8541f5 100644
--- a/doc/lz4_Frame_format.md
+++ b/doc/lz4_Frame_format.md
@@ -213,7 +213,7 @@ __Content Size__
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.
+Content size is provided using unsigned 8 Bytes, for a maximum of 16 Exabytes.
Format is Little endian.
This value is informational, typically for display or memory allocation.
It can be skipped by a decoder, or used to validate content correctness.