]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 0fbcd8954f74df480da71e4844a42b5f516eb98f..f0d5b185ddb92746c93fdc7c1d9641a2cff56015 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 },