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/stranal | |
parent | 8d34ae393eb49121e51bf1f01d575928aece5cfe (diff) | |
download | haskell-e01367ff8c3165b0dd1fb78bcb3a3ced1e4a5f19.tar.gz |
Some typos in comments
Diffstat (limited to 'testsuite/tests/stranal')
-rw-r--r-- | testsuite/tests/stranal/sigs/DmdAnalGADTs.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |