aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
736 736
737 if (PageWriteback(page)) { 737 if (PageWriteback(page)) {
738 /* 738 /*
739 * Only in the case of a full syncronous migration is it 739 * Only in the case of a full synchronous migration is it
740 * necessary to wait for PageWriteback. In the async case, 740 * necessary to wait for PageWriteback. In the async case,
741 * the retry loop is too short and in the sync-light case, 741 * the retry loop is too short and in the sync-light case,
742 * the overhead of stalling is too much 742 * the overhead of stalling is too much