summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/spec001.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-10-27 22:59:18 +0200
committerGabor Greif <ggreif@gmail.com>2017-10-30 11:29:35 +0100
commit1b115b16729a3414cc1e07fb1efe7f34c990b1f0 (patch)
treea0781071b74cd57ffdc21bc3a008390d6d1f14ae /testsuite/tests/simplCore/should_compile/spec001.hs
parent82bad1a9e08e7ac72aecd6e5b7bde8e828c56256 (diff)
downloadhaskell-1b115b16729a3414cc1e07fb1efe7f34c990b1f0.tar.gz
Fix typo in accessor name
and in comments
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/spec001.hs')
-rw-r--r--testsuite/tests/simplCore/should_compile/spec001.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/spec001.hs b/testsuite/tests/simplCore/should_compile/spec001.hs
index 9af452cca1..5fb9685d05 100644
--- a/testsuite/tests/simplCore/should_compile/spec001.hs
+++ b/testsuite/tests/simplCore/should_compile/spec001.hs
@@ -2,7 +2,7 @@
{-# OPTIONS_GHC -O #-}
-- In GHC 6.4, compiling this module gave a Core Lint failure following the
--- specialier, because a function was floated out that had a RULE that
+-- specialiser, because a function was floated out that had a RULE that
-- mentioned another function (unpack, in fact). but the latter wasn't
-- floated because we didn't take the RULES into account properly; result,
-- variable out of scope.