dect
/
linux-2.6
Archived
13
0
Fork 0

fix ext3/ext4 comment typo compain -> complain

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Thadeu Lima de Souza Cascardo 2010-01-17 19:10:07 -02:00 committed by Jiri Kosina
parent db18efac0b
commit d6b198bc8a
2 changed files with 2 additions and 2 deletions

View 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.
*/

View 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.
*/