lkml.org 
[lkml]   [2008]   [Dec]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Fix incorrect use of loose in aops.c
Date
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);



\
 
 \ /
  Last update: 2008-12-05 11:27    [W:0.024 / U:1.624 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site