Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6b198bc authored by Thadeu Lima de Souza Cascardo's avatar Thadeu Lima de Souza Cascardo Committed by Jiri Kosina
Browse files

fix ext3/ext4 comment typo compain -> complain

parent db18efac
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -164,7 +164,7 @@ void ext3_msg(struct super_block *sb, const char *prefix,
 * write out the superblock safely.
 * write out the superblock safely.
 *
 *
 * We'll just use the journal_abort() error code to record an error in
 * 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.
 * that error until we've noted it down and cleared it.
 */
 */


+1 −1
Original line number Original line Diff line number Diff line
@@ -302,7 +302,7 @@ void ext4_journal_abort_handle(const char *caller, const char *err_fn,
 * write out the superblock safely.
 * write out the superblock safely.
 *
 *
 * We'll just use the jbd2_journal_abort() error code to record an error in
 * 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.
 * that error until we've noted it down and cleared it.
 */
 */