Whamcloud - gitweb
e2fsck: Change comments in problem array to match what is printed
authorAndreas Dilger <adilger@sun.com>
Mon, 25 Aug 2008 00:38:22 +0000 (20:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 25 Aug 2008 00:38:22 +0000 (20:38 -0400)
This makes it easier to locate the problem code in question.

Signed-off-by: Andreas Dilger <adilger@sun.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/problem.c

index 0fbcd89..f0d5b18 100644 (file)
@@ -578,12 +578,12 @@ static struct e2fsck_problem problem_table[] = {
          N_("@A @b @B (%N): %m\n"),
          PROMPT_NONE, PR_FATAL },
 
-       /* Error allocating icount structure */
+       /* Error allocating icount link information */
        { PR_1_ALLOCATE_ICOUNT,
          N_("@A icount link information: %m\n"),
          PROMPT_NONE, PR_FATAL },
 
-       /* Error allocating dbcount */
+       /* Error allocating directory block array */
        { PR_1_ALLOCATE_DBCOUNT,
          N_("@A @d @b array: %m\n"),
          PROMPT_NONE, PR_FATAL },