From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by kanga.kvack.org (Postfix) with ESMTP id B44026B006C for ; Wed, 15 Jan 2014 20:25:12 -0500 (EST) Received: by mail-pa0-f50.google.com with SMTP id kp14so1924961pab.23 for ; Wed, 15 Jan 2014 17:25:12 -0800 (PST) Received: from mga02.intel.com (mga02.intel.com. [134.134.136.20]) by mx.google.com with ESMTP id sa6si5331861pbb.173.2014.01.15.17.25.10 for ; Wed, 15 Jan 2014 17:25:11 -0800 (PST) From: Matthew Wilcox Subject: [PATCH v5 20/22] ext4: Fix typos Date: Wed, 15 Jan 2014 20:24:38 -0500 Message-Id: <2b60800c105942801e3dc6c70c1d2aa061d6bc68.1389779962.git.matthew.r.wilcox@intel.com> In-Reply-To: References: In-Reply-To: References: Sender: owner-linux-mm@kvack.org List-ID: To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-ext4@vger.kernel.org Cc: Matthew Wilcox 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.5.2 -- 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