From 96bd35ee1a8411a53bb752b4887ae1365c0b3e91 Mon Sep 17 00:00:00 2001 From: Jianguo Wu Date: Mon, 29 Apr 2013 15:07:58 -0700 Subject: [PATCH] --- yaml --- r: 365420 b: refs/heads/master c: fed5b64a95326697f942f5003c138c7ff3043ef5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/migrate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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