summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorMatthew Wilcox2014-03-24 20:15:07 +0100
committerTheodore Ts'o2014-03-24 20:15:07 +0100
commite04027e887c37b670e30a3f29fde8bfbeba56abc (patch)
treeffb058d38f17cfe09a20c28265e716e4fc21f3ac /fs/ext4/inode.c
parentext4: make ext4_block_zero_page_range static (diff)
downloadkernel-qcow2-linux-e04027e887c37b670e30a3f29fde8bfbeba56abc.tar.gz
kernel-qcow2-linux-e04027e887c37b670e30a3f29fde8bfbeba56abc.tar.xz
kernel-qcow2-linux-e04027e887c37b670e30a3f29fde8bfbeba56abc.zip
ext4: fix comment typo
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index f03a9e7094bc..0171c19a5467 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -3698,7 +3698,7 @@ void ext4_truncate(struct inode *inode)
/*
* There is a possibility that we're either freeing the inode
- * or it completely new indode. In those cases we might not
+ * or it's a completely new inode. In those cases we might not
* have i_mutex locked because it's not necessary.
*/
if (!(inode->i_state & (I_NEW|I_FREEING)))