From: Jianguo Wu <wujianguo@huawei.com>
Date: Mon, 29 Apr 2013 22:07:58 +0000 (-0700)
Subject: mm/migrate: fix comment typo syncronous->synchronous
X-Git-Tag: firefly_0821_release~3680^2~665^2~45
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fed5b64a95326697f942f5003c138c7ff3043ef5;p=firefly-linux-kernel-4.4.55.git

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>
---

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