From: Benno Schulenberg Date: Wed, 4 Jun 2014 01:59:31 +0000 (-0400) Subject: e2fsck: make two comments match the messages X-Git-Tag: v1.42.11~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33d43ae9e63f70b6de6cb5410aea02cb8ce46ea3;p=thirdparty%2Fe2fsprogs.git e2fsck: make two comments match the messages Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- diff --git a/e2fsck/problem.c b/e2fsck/problem.c index c721d9dbc..53ab00bd6 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -447,11 +447,11 @@ static struct e2fsck_problem problem_table[] = { N_("Pass 1: Checking @is, @bs, and sizes\n"), PROMPT_NONE, 0 }, - /* Root directory is not an inode */ + /* Root inode is not a directory */ { PR_1_ROOT_NO_DIR, N_("@r is not a @d. "), PROMPT_CLEAR, 0 }, - /* Root directory has dtime set */ + /* Root inode has dtime set */ { PR_1_ROOT_DTIME, N_("@r has dtime set (probably due to old mke2fs). "), PROMPT_FIX, PR_PREEN_OK },