From: Jianguo Wu Date: Tue, 26 Mar 2013 23:24:45 +0000 (+1100) Subject: mm/migrate: fix comment typo syncronous->synchronous X-Git-Tag: next-20130402~2^2~369 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6cc304b545445dbf968204a5e0e68f412e4ffe40;p=karo-tx-linux.git mm/migrate: fix comment typo syncronous->synchronous Signed-off-by: Jianguo Wu Signed-off-by: Andrew Morton --- 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