summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorJianguo Wu <wujianguo@huawei.com>2013-04-18 09:47:05 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-04-23 17:17:55 +1000
commit27bb11fea4c7f75d32acdaa96054f1f914a9a484 (patch)
tree18a5cca88235a9de7697e93a53099804ed1ac7c8 /mm
parent0f12e7fc6442a45c1e2f2379824d2645bc39d8dd (diff)
mm/migrate: fix comment typo syncronous->synchronous
Signed-off-by: Jianguo Wu <wujianguo@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/migrate.c b/mm/migrate.c
index 3bbaf5d230b0..c87ef9207853 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