summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-06-28 16:40:45 +0200
committerGabor Greif <ggreif@gmail.com>2017-06-28 16:40:45 +0200
commit78c80c250021ccb7a84afaabebe0d69f9b9372ee (patch)
treeb174c8c628e66b3c634658f983bde45f6d64d122 /testsuite/tests
parent87c5fdbba118db1938d699951a811cc2f6206d4d (diff)
downloadhaskell-78c80c250021ccb7a84afaabebe0d69f9b9372ee.tar.gz
Typos in comments and manual [ci skip]
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T4485.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T4485.hs b/testsuite/tests/indexed-types/should_fail/T4485.hs
index c3407cc0d3..060e8571b5 100644
--- a/testsuite/tests/indexed-types/should_fail/T4485.hs
+++ b/testsuite/tests/indexed-types/should_fail/T4485.hs
@@ -6,7 +6,7 @@
-- how to achieve something similar to the old behavior. This is
-- preventing HSP (and by extension, happstack) from migrating to GHC
-- 7. I reported this earlier on the mailing lists, but I have further
--- simplied the test case here.
+-- simplified the test case here.
{-# LANGUAGE TypeFamilies, MultiParamTypeClasses
, FlexibleContexts, FlexibleInstances, UndecidableInstances