aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-09-09 01:27:23 +0900
committerJiri Kosina <jkosina@suse.cz>2014-09-09 10:34:56 +0200
commitda3dae54e4ff09886b9a19224c8d9556bb2ba096 (patch)
tree750b166766a7dc3f36a66ba37580fb0b60eade42 /mm/filemap.c
parentscore: Remove GENERIC_HAS_IOMAP (diff)
downloadlinux-dev-da3dae54e4ff09886b9a19224c8d9556bb2ba096.tar.xz
linux-dev-da3dae54e4ff09886b9a19224c8d9556bb2ba096.zip
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
This patch fix spelling typo found in DocBook/kernel-api.xml. It is because the file is generated from the source comments, I have to fix the comments in source codes. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 65d44fd88c78..f092654cc1a3 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -720,7 +720,7 @@ EXPORT_SYMBOL_GPL(add_page_wait_queue);
*
* Unlocks the page and wakes up sleepers in ___wait_on_page_locked().
* Also wakes sleepers in wait_on_page_writeback() because the wakeup
- * mechananism between PageLocked pages and PageWriteback pages is shared.
+ * mechanism between PageLocked pages and PageWriteback pages is shared.
* But that's OK - sleepers in wait_on_page_writeback() just go back to sleep.
*
* The mb is necessary to enforce ordering between the clear_bit and the read