* [PATCH] Fix incorrect use of loose in aops.c
@ 2008-12-05 3:08 Nick Andrew
0 siblings, 0 replies; only message in thread
From: Nick Andrew @ 2008-12-05 3:08 UTC (permalink / raw)
To: Anton Altaparmakov, Christoph Lameter, Nick Andrew, Nick Piggin,
linux-kernel, linux-ntfs-dev
Cc: linux-kernel, Nick Andrew
Fix incorrect use of loose in aops.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@nick-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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-05 10:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-05 3:08 [PATCH] Fix incorrect use of loose in aops.c Nick Andrew
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®