summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T2497.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T2497.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/T2497.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T2497.hs b/testsuite/tests/typecheck/should_compile/T2497.hs
index 6f76395fbf..55c390dbed 100644
--- a/testsuite/tests/typecheck/should_compile/T2497.hs
+++ b/testsuite/tests/typecheck/should_compile/T2497.hs
@@ -6,7 +6,7 @@ foo x = x
{-# NOINLINE [1] foo #-}
-- Trac #2497; test should compile without language
--- pragmas to swith on the forall
+-- pragmas to switch on the forall
{-# RULES "id" forall (x :: a). foo x = x #-}