summaryrefslogtreecommitdiff
path: root/tests/suffix6.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-07-16 00:19:56 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-07-18 10:37:51 +0200
commit0ea1177e8ea22fbb74ae1797d743e34f08337508 (patch)
tree10dde596c2b83220625cd2d87c754149739537c3 /tests/suffix6.test
parentf37035c3296ce3f199d3ea004cc4fe9042359c2d (diff)
downloadautomake-0ea1177e8ea22fbb74ae1797d743e34f08337508.tar.gz
tests: fix typos, grammaros and other blunders in comments
Diffstat (limited to 'tests/suffix6.test')
-rwxr-xr-xtests/suffix6.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suffix6.test b/tests/suffix6.test
index 1d31a141c..c50b442a0 100755
--- a/tests/suffix6.test
+++ b/tests/suffix6.test
@@ -55,9 +55,9 @@ cat foo-objects
# foo.$(OBJEXT) using the following rules:
# fooa --[ab]--> foob --[b.$(OBJEXT)]--> foo.$(OBJEXT)
$FGREP ' foo.$(OBJEXT) ' foo-objects
-# barc --[c.o]--> bar.$(OBJEXT) ## This is really meant !
+# barc --[c.o]--> bar.$(OBJEXT) ## This is really meant!
$FGREP ' bar.$(OBJEXT) ' foo-objects
-# bazc --[c.obj]--> baz.$(OBJEXT) ## This is really meant !
+# bazc --[c.obj]--> baz.$(OBJEXT) ## This is really meant!
$FGREP ' baz.$(OBJEXT) ' foo-objects
: