diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-01-23 22:33:46 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-01-23 22:33:46 +0100 |
commit | e01367ff8c3165b0dd1fb78bcb3a3ced1e4a5f19 (patch) | |
tree | c8a78bc8935fc9a86eb905df2ab17a109926e8ef /testsuite/tests | |
parent | 8d34ae393eb49121e51bf1f01d575928aece5cfe (diff) | |
download | haskell-e01367ff8c3165b0dd1fb78bcb3a3ced1e4a5f19.tar.gz |
Some typos in comments
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/indexed-types/should_compile/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/stranal/sigs/DmdAnalGADTs.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/all.T b/testsuite/tests/indexed-types/should_compile/all.T index 1b2ffa8ced..f722ea3b4f 100644 --- a/testsuite/tests/indexed-types/should_compile/all.T +++ b/testsuite/tests/indexed-types/should_compile/all.T @@ -214,7 +214,7 @@ test('T7804', normal, compile, ['']) test('T7837', normal, compile, ['-O -ddump-rule-firings']) test('T4185', normal, compile, ['']) -# Cuased infinite loop in the compiler +# Caused infinite loop in the compiler test('T8002', normal, run_command, diff --git a/testsuite/tests/stranal/sigs/DmdAnalGADTs.hs b/testsuite/tests/stranal/sigs/DmdAnalGADTs.hs index de6484fefd..0c93cc0743 100644 --- a/testsuite/tests/stranal/sigs/DmdAnalGADTs.hs +++ b/testsuite/tests/stranal/sigs/DmdAnalGADTs.hs @@ -17,7 +17,7 @@ diverges :: Int diverges = diverges -- The result should not have a CPR property --- Becuase we are lub’ing "m" and "<S,U>m" in the case expression. +-- Because we are lub’ing "m" and "<S,U>m" in the case expression. f :: D x -> x f x = case x of A -> hasCPR |