Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: lzo: fix spelling mistakes

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Eric Engestrom and committed by
Jonathan Corbet
62e153c4 2b4f4f3d

+2 -2
+2 -2
Documentation/lzo.txt
··· 69 69 70 70 IMPORTANT NOTE : in the code some length checks are missing because certain 71 71 instructions are called under the assumption that a certain number of bytes 72 - follow because it has already been garanteed before parsing the instructions. 72 + follow because it has already been guaranteed before parsing the instructions. 73 73 They just have to "refill" this credit if they consume extra bytes. This is 74 - an implementation design choice independant on the algorithm or encoding. 74 + an implementation design choice independent on the algorithm or encoding. 75 75 76 76 Byte sequences 77 77