From: Bruno Haible Date: Tue, 23 Jul 2002 12:24:40 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v0.11.4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da91167cfae5b71d56c7054a9243e11a6507bbf0;p=thirdparty%2Fgettext.git Fix comment. --- 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=$?