update atomically-set-inode-flags
[ext4-patch-queue.git] / fix-comment-typo
blob1539acd3ccf60c0f37d06e57b191478c692108ed
1 ext4: fix comment typo
3 From: Matthew Wilcox <matthew.r.wilcox@intel.com>
5 Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
6 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
7 ---
8  fs/ext4/inode.c | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
12 index 9462730..14a9744 100644
13 --- a/fs/ext4/inode.c
14 +++ b/fs/ext4/inode.c
15 @@ -3691,7 +3691,7 @@ void ext4_truncate(struct inode *inode)
17         /*
18          * There is a possibility that we're either freeing the inode
19 -        * or it completely new indode. In those cases we might not
20 +        * or it's a completely new inode. In those cases we might not
21          * have i_mutex locked because it's not necessary.
22          */
23         if (!(inode->i_state & (I_NEW|I_FREEING)))
24 -- 
25 1.9.0
28 To unsubscribe, send a message with 'unsubscribe linux-mm' in
29 the body to majordomo@kvack.org.  For more info on Linux MM,
30 see: http://www.linux-mm.org/ .
31 Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>