mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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:
parent
db18efac0b
commit
d6b198bc8a
@ -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.
|
||||
*/
|
||||
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user