From: Akim Demaille Date: Fri, 7 May 2010 15:43:21 +0000 (+0200) Subject: doc: fix typo. X-Git-Tag: v2.4.3_rc1~9 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/12ff095cad04d5303c515327ebf6118c2918b202?ds=inline doc: fix typo. * tests/synclines.at: here. --- diff --git a/ChangeLog b/ChangeLog index d024f575..6dc0c02a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-07 Akim Demaille + + doc: fix typo. + * tests/synclines.at: here. + 2010-05-04 Akim Demaille tests: enhance AT_SYNCLINES_COMPILE. diff --git a/tests/synclines.at b/tests/synclines.at index 83a26d05..a464e87e 100644 --- a/tests/synclines.at +++ b/tests/synclines.at @@ -22,7 +22,7 @@ AT_BANNER([[User Actions.]]) # -------------------------- # Compile FILE expecting an error, and save in the file stdout the # normalized output. Ignore the exit status, since some compilers -# (e.g. c89 on IRIX 6.5) triger warnings on `#error', instead of +# (e.g. c89 on IRIX 6.5) trigger warnings on `#error', instead of # errors. m4_define([AT_SYNCLINES_COMPILE], [AT_CHECK([$CC $CFLAGS $CPPFLAGS -c $1], [ignore], [], [stderr])