Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- e2fsck/problem.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2fsck/problem.c b/e2fsck/problem.c index e393417..3a00cd0 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -461,11 +461,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 }, -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html