From 6cc304b545445dbf968204a5e0e68f412e4ffe40 Mon Sep 17 00:00:00 2001 From: Jianguo Wu Date: Wed, 27 Mar 2013 10:24:45 +1100 Subject: [PATCH] mm/migrate: fix comment typo syncronous->synchronous Signed-off-by: Jianguo Wu Signed-off-by: Andrew Morton --- mm/migrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5