summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T17357.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T17357.hs')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T17357.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T17357.hs b/testsuite/tests/pmcheck/should_compile/T17357.hs
index db1b0ab4fd..a27f52c31f 100644
--- a/testsuite/tests/pmcheck/should_compile/T17357.hs
+++ b/testsuite/tests/pmcheck/should_compile/T17357.hs
@@ -35,7 +35,7 @@ pattern T <- (const True -> True)
{-# COMPLETE T, F :: Void #-}
-- | But we consider COMPLETE signatures to cover bottom. Hence the last clause
--- here should be redunant, not inaccessible RHS.
+-- here should be redundant, not inaccessible RHS.
f3 :: Void -> ()
f3 T = ()
f3 F = ()