diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-05-09 03:56:16 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-05-28 14:02:12 +0400 |
commit | f884ab15afdc5514e88105c92a4e2e1e6539869a (patch) | |
tree | 24d2bca7a44b4302ca30bdd460a222d677fe1e9b /Documentation/vm | |
parent | 7e21f14d179ee8973a9b18552854c9934fcbe370 (diff) | |
download | linux-f884ab15afdc5514e88105c92a4e2e1e6539869a.tar.xz |
doc: fix misspellings with 'codespell' tool
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/pagemap.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/pagemap.txt b/Documentation/vm/pagemap.txt index 7587493c67f1..5ef3dd38bb64 100644 --- a/Documentation/vm/pagemap.txt +++ b/Documentation/vm/pagemap.txt @@ -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. |