diff options
author | Yann Collet <Cyan4973@users.noreply.github.com> | 2018-11-25 21:38:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 21:38:37 (GMT) |
commit | 01d2a721d393646384291af2f6f2f940493cd78f (patch) | |
tree | eee90b1aa6dbed9c73433f30a2ca7883d5535edd /doc | |
parent | 641b453d9db536ee020851bfcb1dc39f61006f0a (diff) | |
parent | ca45db8d4fdb48062281bc309fed9fc1c53df28c (diff) | |
download | lz4-01d2a721d393646384291af2f6f2f940493cd78f.zip lz4-01d2a721d393646384291af2f6f2f940493cd78f.tar.gz lz4-01d2a721d393646384291af2f6f2f940493cd78f.tar.bz2 |
Merge pull request #606 from nh2/patch-1
lz4_Frame_format.md: Fix typo HexaBytes -> Exabytes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lz4_Frame_format.md | 2 |
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. |