From da91167cfae5b71d56c7054a9243e11a6507bbf0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 23 Jul 2002 12:24:40 +0000 Subject: [PATCH] Fix comment. --- tests/msgfmt-11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/msgfmt-11 b/tests/msgfmt-11 index daf90d098..0d8f1ffed 100755 --- a/tests/msgfmt-11 +++ b/tests/msgfmt-11 @@ -26,7 +26,7 @@ tmpfiles="$tmpfiles mf-11.mo core *.core" : ${MSGFMT=msgfmt} ${MSGFMT} --check -o mf-11.mo mf-11.po 2>/dev/null # Exit code must be 1. -# If the division by zero didn't get noticed, it would be 0. +# If the invalid sequence didn't get noticed, it would be 0. # If it produced a core dump, it would be 134 (= 128 + SIGABRT). test $? = 1 result=$? -- 2.47.2