From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by kanga.kvack.org (Postfix) with ESMTP id 986C36B0105 for ; Sun, 23 Mar 2014 15:09:03 -0400 (EDT) Received: by mail-pb0-f51.google.com with SMTP id uo5so4482025pbc.24 for ; Sun, 23 Mar 2014 12:09:03 -0700 (PDT) Received: from mga11.intel.com (mga11.intel.com. [192.55.52.93]) by mx.google.com with ESMTP id qe9si7627396pbb.141.2014.03.23.12.09.01 for ; Sun, 23 Mar 2014 12:09:02 -0700 (PDT) From: Matthew Wilcox Subject: [PATCH v7 21/22] ext4: Fix typos Date: Sun, 23 Mar 2014 15:08:47 -0400 Message-Id: <2b2c5467283817503fede11d12cba8aef912c9c5.1395591795.git.matthew.r.wilcox@intel.com> In-Reply-To: References: In-Reply-To: References: Sender: owner-linux-mm@kvack.org List-ID: To: linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Cc: Matthew Wilcox , willy@linux.intel.com 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 9462730..14a9744 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3691,7 +3691,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.9.0 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org