From: Matthew Wilcox Subject: [PATCH v4 20/22] ext4: Fix typos Date: Sun, 22 Dec 2013 16:49:47 -0500 Message-ID: <232e837f0aadccc5a375485de96a0fbce61b373f.1387748521.git.matthew.r.wilcox@intel.com> References: Cc: Matthew Wilcox To: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org Return-path: In-Reply-To: In-Reply-To: References: Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org Comment fix only Signed-off-by: Matthew Wilcox --- fs/ext4/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 8b73d77..cae40af 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3720,7 +3720,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))) -- 1.8.4.rc3