From: Akim Demaille Date: Fri, 7 May 2010 15:43:21 +0000 (+0200) Subject: doc: fix typo. X-Git-Tag: v2.7.90~682 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8aec287e64b0da470b03a636b99d3292b489b235?ds=sidebyside doc: fix typo. * tests/synclines.at: here. --- diff --git a/ChangeLog b/ChangeLog index 63379f55..724a1213 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])