From 33d43ae9e63f70b6de6cb5410aea02cb8ce46ea3 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 3 Jun 2014 21:59:31 -0400 Subject: [PATCH] e2fsck: make two comments match the messages Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- e2fsck/problem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, -- 2.47.2