]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
fix ext3/ext4 comment typo compain -> complain
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sun, 17 Jan 2010 21:10:07 +0000 (19:10 -0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 5 Feb 2010 11:22:36 +0000 (12:22 +0100)
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/ext3/super.c
fs/ext4/super.c

index afa2b569da101094dee07e58fda0f40391f8e045..7761c680f9a1234c62049937c486a393910600b6 100644 (file)
@@ -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.
  */
 
index 735c20d5fd56565dcb53adbf2726acb9cc79fe8c..adcb713a5ac586b80eef8bc9eecf5e7382eb73d9 100644 (file)
@@ -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.
  */