[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20081205030806.32267.34580.stgit@marcab.local.tull.net>
Date: Fri, 05 Dec 2008 14:08:07 +1100
From: Nick Andrew <nick@...k-andrew.net>
To: Anton Altaparmakov <aia21@...tab.net>,
Christoph Lameter <clameter@....com>,
Nick Andrew <nick@...k-andrew.net>,
Nick Piggin <npiggin@...e.de>, linux-kernel@...r.kernel.org,
linux-ntfs-dev@...ts.sourceforge.net
Cc: <linux-kernel@...r.kernel.org>, Nick Andrew <nick@...k-andrew.net>
Subject: [PATCH] Fix incorrect use of loose in aops.c
Fix incorrect use of loose in aops.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@...k-andrew.net>
---
fs/ntfs/aops.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ntfs/aops.c b/fs/ntfs/aops.c
index b38f944..dc8aee9 100644
--- a/fs/ntfs/aops.c
+++ b/fs/ntfs/aops.c
@@ -1298,7 +1298,7 @@ done:
if (unlikely(err && err != -ENOMEM)) {
/*
* Set page error if there is only one ntfs record in the page.
- * Otherwise we would loose per-record granularity.
+ * Otherwise we would lose per-record granularity.
*/
if (ni->itype.index.block_size == PAGE_CACHE_SIZE)
SetPageError(page);
--
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