summaryrefslogtreecommitdiff
path: root/Documentation/vm
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2013-05-08 16:56:16 -0700
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:48:05 +0900
commit47cd78c9600917ada3a20352cbec7d8fd94254e4 (patch)
tree23dd7fb6a32812a30d893baa42dac053a8f6343f /Documentation/vm
parent9f1b688ba1477494ae7e19df9bc477cb2eb108ed (diff)
downloadlinux-3.10-47cd78c9600917ada3a20352cbec7d8fd94254e4.tar.gz
linux-3.10-47cd78c9600917ada3a20352cbec7d8fd94254e4.tar.bz2
linux-3.10-47cd78c9600917ada3a20352cbec7d8fd94254e4.zip
upstream: 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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/pagemap.txt b/Documentation/vm/pagemap.txt
index 7587493c67f..5ef3dd38bb6 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.