summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_run
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-13 13:37:59 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-13 15:00:29 +0100
commit20b5dfc2a203fb06ba1971f9623578f1e66540b7 (patch)
treeb258972a1b0a5708494f6cd7c264a60e1ea13520 /testsuite/tests/simplCore/should_run
parent7666a9febae0a578aedabc49bcdc87d487b0e252 (diff)
downloadhaskell-20b5dfc2a203fb06ba1971f9623578f1e66540b7.tar.gz
Typos in notes and comments [ci skip]
Diffstat (limited to 'testsuite/tests/simplCore/should_run')
-rw-r--r--testsuite/tests/simplCore/should_run/T11731.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_run/T11731.hs b/testsuite/tests/simplCore/should_run/T11731.hs
index e148507798..f61841e4f5 100644
--- a/testsuite/tests/simplCore/should_run/T11731.hs
+++ b/testsuite/tests/simplCore/should_run/T11731.hs
@@ -10,7 +10,7 @@ wwMe :: Int -> (Int,Int) -> (Int, Int)
wwMe 0 p =
let a = fst p
b = snd p
- -- This ensure sharing of b, as seen by the demand analyzer
+ -- This ensures sharing of b, as seen by the demand analyzer
in foo p `seq`
-- This ensures that wwMe is strict in the tuple, but that the tuple