]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mm/migrate: fix comment typo syncronous->synchronous
authorJianguo Wu <wujianguo@huawei.com>
Mon, 29 Apr 2013 22:07:58 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Apr 2013 22:54:35 +0000 (15:54 -0700)
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>
mm/migrate.c

index 3bbaf5d230b0104b3c41ce7cd012079e1bda3f1c..c87ef92078539cf2157077a3c5c20163ee9114d6 100644 (file)
@@ -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