Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754783Ab0AQVMp (ORCPT ); Sun, 17 Jan 2010 16:12:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754614Ab0AQVMn (ORCPT ); Sun, 17 Jan 2010 16:12:43 -0500 Received: from liberdade.minaslivre.org ([72.232.254.139]:56356 "EHLO liberdade.minaslivre.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751566Ab0AQVMn (ORCPT ); Sun, 17 Jan 2010 16:12:43 -0500 From: Thadeu Lima de Souza Cascardo To: trivial@kernel.org Cc: Thadeu Lima de Souza Cascardo , Andrew Morton , Andreas Dilger , "Theodore Ts'o" , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] trivial: fix ext3/ext4 comment typo s/compain/complain/ Date: Sun, 17 Jan 2010 19:10:07 -0200 Message-Id: <1263762607-8996-1-git-send-email-cascardo@holoscopio.com> X-Mailer: git-send-email 1.6.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1488 Lines: 40 Signed-off-by: Thadeu Lima de Souza Cascardo --- fs/ext3/super.c | 2 +- fs/ext4/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext3/super.c b/fs/ext3/super.c index afa2b56..7761c68 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c @@ -164,7 +164,7 @@ void ext3_msg(struct super_block *sb, const char *prefix, * write out the superblock safely. * * We'll just use the journal_abort() error code to record an error in - * the journal instead. On recovery, the journal will compain about + * the journal instead. On recovery, the journal will complain about * that error until we've noted it down and cleared it. */ diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 735c20d..adcb713 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -302,7 +302,7 @@ void ext4_journal_abort_handle(const char *caller, const char *err_fn, * write out the superblock safely. * * We'll just use the jbd2_journal_abort() error code to record an error in - * the journal instead. On recovery, the journal will compain about + * the journal instead. On recovery, the journal will complain about * that error until we've noted it down and cleared it. */ -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/