summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-12-17 12:36:07 +0100
committerGabor Greif <ggreif@gmail.com>2014-12-17 12:56:00 +0100
commitc9a02287a5cd14b71ac8a97711e018e9daa0abfc (patch)
tree560b6054e6624d08b842a9b015fde7793b36b5a2 /testsuite/tests/codeGen
parent3745f421753bb9e3d87e7166c866930c8385fa5d (diff)
downloadhaskell-c9a02287a5cd14b71ac8a97711e018e9daa0abfc.tar.gz
Typos in comments
Diffstat (limited to 'testsuite/tests/codeGen')
-rw-r--r--testsuite/tests/codeGen/should_compile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/codeGen/should_compile/Makefile b/testsuite/tests/codeGen/should_compile/Makefile
index b186e0d923..412c9029c9 100644
--- a/testsuite/tests/codeGen/should_compile/Makefile
+++ b/testsuite/tests/codeGen/should_compile/Makefile
@@ -19,8 +19,8 @@ debug:
> debug.cmm
cat debug.cmm | grep -o src\<debug.hs:.*\> | sort -u
- # Common block elimination should elimation should merge the
- # blocks corresponding to alternatives 1 and 2, therefore there
+ # Common block elimination should merge the blocks
+ # corresponding to alternatives 1 and 2, therefore there
# must be a block containing exactly these two annotations
# directly next to each other.
echo == CBE ==