From 8c2dc52180373f4e7b12e92669db59b1a52e2153 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 3 Jan 2001 13:14:23 +0000 Subject: [PATCH] journal.c: Fix typo in comment. --- e2fsck/journal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2fsck/journal.c b/e2fsck/journal.c index 2c53b5d..88b1a53 100644 --- a/e2fsck/journal.c +++ b/e2fsck/journal.c @@ -524,7 +524,7 @@ no_has_journal: goto no_has_journal; /* * Need a full fsck if we are releasing a - * journal on a reserved inode. + * journal stored on a reserved inode. */ force_fsck = recover || (sb->s_journal_inum < EXT2_FIRST_INODE(sb)); -- 1.8.3.1