summaryrefslogtreecommitdiff
path: root/t/lex-pr204.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-13 12:10:46 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-08-13 12:10:46 +0200
commitcbc0fc858b4acbc7116fa52c955e2d73f65ffabd (patch)
tree07bef49f4026327a60e8cfce3383723d61f8c2a2 /t/lex-pr204.sh
parent917d095981ecfc3cc09fff4f758fe46f1ee9a354 (diff)
downloadautomake-cbc0fc858b4acbc7116fa52c955e2d73f65ffabd.tar.gz
cosmetics: fix typos and references in comments
* lib/am/check.am: Here. * doc/automake.texi: And here. * t/*.sh: And in several of these tests. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/lex-pr204.sh')
-rwxr-xr-xt/lex-pr204.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/lex-pr204.sh b/t/lex-pr204.sh
index 535b482ca..8172ec7f1 100755
--- a/t/lex-pr204.sh
+++ b/t/lex-pr204.sh
@@ -16,8 +16,8 @@
# Related to PR 204.
# C sources derived from nodist_ lex sources should not be distributed.
-# See also related test 'lex-nodist.test'.
-# The tests 'yacc-nodist.test' and 'yacc-pr204.test' does similar checks
+# See also related test 'lex-nodist.sh'.
+# The tests 'yacc-nodist.sh' and 'yacc-pr204.sh' does similar checks
# for yacc-generated .c and .h files.
required='cc lex'
@@ -27,7 +27,7 @@ cat >> configure.ac <<'EOF'
AM_MAINTAINER_MODE
AC_PROG_CC
dnl We use AC_PROG_LEX deliberately.
-dnl Sister 'lex-nodist.test' should use 'AM_PROG_LEX' instead.
+dnl Sister 'lex-nodist.sh' should use 'AM_PROG_LEX' instead.
AC_PROG_LEX
AC_OUTPUT
EOF