summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2010-05-07 17:43:21 +0200
committerAkim Demaille <demaille@gostai.com>2010-05-07 17:44:39 +0200
commit12ff095cad04d5303c515327ebf6118c2918b202 (patch)
tree70a410cc7773892fdb77e9d2ba251bbb30d93a24
parent67f5d55d7a6dd8cf8f42bbaebd2deef54e1e0c85 (diff)
downloadbison-12ff095cad04d5303c515327ebf6118c2918b202.tar.gz
doc: fix typo.
* tests/synclines.at: here.
-rw-r--r--ChangeLog5
-rw-r--r--tests/synclines.at2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d024f575..6dc0c02a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-07 Akim Demaille <demaille@gostai.com>
+
+ doc: fix typo.
+ * tests/synclines.at: here.
+
2010-05-04 Akim Demaille <demaille@gostai.com>
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])