From: Thadeu Lima de Souza Cascardo Date: Sun, 17 Jan 2010 21:10:07 +0000 (-0200) Subject: fix ext3/ext4 comment typo compain -> complain X-Git-Tag: upstream/snapshot3+hdmi~15089^2^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6b198bc8a67deee5984fb9506f000ae4fce9d75;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git fix ext3/ext4 comment typo compain -> complain Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Jiri Kosina --- 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. */