summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBing Xu <bingxu@fb.com>2018-11-26 19:12:49 (GMT)
committerBing Xu <bingxu@fb.com>2018-11-26 19:12:49 (GMT)
commitb4efd20ac84a992d7f599d693e851c821e9b6800 (patch)
tree13bd9c599508fdb6bc11b2c429d740e63e582f2f /doc
parenta7e8d394c0c76d952e3f02f6f33a1fc60be94de6 (diff)
parent01d2a721d393646384291af2f6f2f940493cd78f (diff)
downloadlz4-b4efd20ac84a992d7f599d693e851c821e9b6800.zip
lz4-b4efd20ac84a992d7f599d693e851c821e9b6800.tar.gz
lz4-b4efd20ac84a992d7f599d693e851c821e9b6800.tar.bz2
Merge remote-tracking branch 'upstream/master' into bootcamp
Diffstat (limited to 'doc')
-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.