From: Andreas Dilger Date: Mon, 25 Aug 2008 00:38:22 +0000 (-0400) Subject: e2fsck: Change comments in problem array to match what is printed X-Git-Tag: v1.41.1~43 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ba7b0feef658456c514b51ded5bb1d9a3909d967;p=tools%2Fe2fsprogs.git e2fsck: Change comments in problem array to match what is printed This makes it easier to locate the problem code in question. Signed-off-by: Andreas Dilger Signed-off-by: "Theodore Ts'o" --- diff --git a/e2fsck/problem.c b/e2fsck/problem.c index 0fbcd89..f0d5b18 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -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 },