Whamcloud - gitweb
e2fsck: make two comments match the messages
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 4 Jun 2014 01:59:31 +0000 (21:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 4 Jun 2014 02:04:33 +0000 (22:04 -0400)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/problem.c

index c721d9d..53ab00b 100644 (file)
@@ -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 },