[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20081205030807.32309.69191.stgit@marcab.local.tull.net>
Date: Fri, 05 Dec 2008 14:08:07 +1100
From: Nick Andrew <nick@...k-andrew.net>
To: Christoph Lameter <cl@...ux-foundation.org>,
Hugh Dickins <hugh@...itas.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
Nick Piggin <npiggin@...e.de>, Rik van Riel <riel@...hat.com>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Cc: <linux-kernel@...r.kernel.org>, Nick Andrew <nick@...k-andrew.net>
Subject: [PATCH] Fix incorrect use of loose in migrate.c
Fix incorrect use of loose in migrate.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@...k-andrew.net>
---
mm/migrate.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/migrate.c b/mm/migrate.c
index 1e0d6b2..7605b2b 100644
--- a/mm/migrate.c
+++ b/mm/migrate.c
@@ -514,7 +514,7 @@ static int writeout(struct address_space *mapping, struct page *page)
/*
* A dirty page may imply that the underlying filesystem has
* the page on some queue. So the page must be clean for
- * migration. Writeout may mean we loose the lock and the
+ * migration. Writeout may mean we lose the lock and the
* page state is no longer what we checked for earlier.
* At this point we know that the migration attempt cannot
* be successful.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists