diff options
author | Yann Collet <cyan@fb.com> | 2018-01-31 17:54:30 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-01-31 17:54:30 (GMT) |
commit | d03224b63345d4ace45c56773f456da16e6c0acd (patch) | |
tree | 50d6c88346d365b8b1108ec5bc828030fa15bf79 | |
parent | fd0c125ff1c7962f6ec2567718ffa576aa4248a8 (diff) | |
download | lz4-d03224b63345d4ace45c56773f456da16e6c0acd.zip lz4-d03224b63345d4ace45c56773f456da16e6c0acd.tar.gz lz4-d03224b63345d4ace45c56773f456da16e6c0acd.tar.bz2 |
fix typos as suggested by @psteinb
-rw-r--r-- | doc/lz4_Frame_format.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lz4_Frame_format.md b/doc/lz4_Frame_format.md index 359e563..0c98df1 100644 --- a/doc/lz4_Frame_format.md +++ b/doc/lz4_Frame_format.md @@ -76,7 +76,7 @@ __Frame Descriptor__ as it is the most important part of the spec. The combined __Magic Number__ and __Frame Descriptor__ fields are sometimes -called ___LZ4 Frame Header___. Its size vary between 7 and 19 bytes. +called ___LZ4 Frame Header___. Its size varies between 7 and 19 bytes. __Data Blocks__ @@ -102,7 +102,7 @@ and also that the encoding/decoding process itself generated no distortion. Its usage is recommended. The combined __EndMark__ and __Content Checksum__ fields might sometimes be -referred as ___LZ4 Frame Footer___. Its size vary between 4 and 8 bytes. +referred to as ___LZ4 Frame Footer___. Its size varies between 4 and 8 bytes. __Frame Concatenation__ |