doc: fix misspellings with 'codespell' tool

Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Anatol Pomozov
2013-05-08 16:56:16 -07:00
committed by Jiri Kosina
parent 7e21f14d17
commit f884ab15af
33 changed files with 48 additions and 48 deletions

View File

@@ -147,5 +147,5 @@ once.
Other notes:
Reading from any of the files will return -EINVAL if you are not starting
the read on an 8-byte boundary (e.g., if you seeked an odd number of bytes
the read on an 8-byte boundary (e.g., if you sought an odd number of bytes
into the file), or if the size of the read is not a multiple of 8 bytes.