diff --git a/[refs] b/[refs] index a46f13adbe2e..e9f62f1aeec6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fed2719e7a8612471bd17113ed326d38df434f17 +refs/heads/master: fed5b64a95326697f942f5003c138c7ff3043ef5 diff --git a/trunk/mm/migrate.c b/trunk/mm/migrate.c index 3bbaf5d230b0..c87ef9207853 100644 --- a/trunk/mm/migrate.c +++ b/trunk/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