summaryrefslogtreecommitdiff
path: root/mm/migrate.c
diff options
context:
space:
mode:
authorJianguo Wu <wujianguo@huawei.com>2013-04-29 15:07:58 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-04-29 15:54:35 -0700
commitfed5b64a95326697f942f5003c138c7ff3043ef5 (patch)
tree2a24cfa92e1f973f58b144b323cc5be88ce33d4c /mm/migrate.c
parentfed2719e7a8612471bd17113ed326d38df434f17 (diff)
downloadlinux-3.10-fed5b64a95326697f942f5003c138c7ff3043ef5.tar.gz
linux-3.10-fed5b64a95326697f942f5003c138c7ff3043ef5.tar.bz2
linux-3.10-fed5b64a95326697f942f5003c138c7ff3043ef5.zip
mm/migrate: fix comment typo syncronous->synchronous
Signed-off-by: Jianguo Wu <wujianguo@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/migrate.c')
-rw-r--r--mm/migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/migrate.c b/mm/migrate.c
index 3bbaf5d230b..c87ef920785 100644
--- a/mm/migrate.c
+++ b/mm/migrate.c
@@ -736,7 +736,7 @@ static int __unmap_and_move(struct page *page, struct page *newpage,
if (PageWriteback(page)) {
/*
- * Only in the case of a full syncronous migration is it
+ * Only in the case of a full synchronous migration is it
* necessary to wait for PageWriteback. In the async case,
* the retry loop is too short and in the sync-light case,
* the overhead of stalling is too much