summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/pragma002.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2018-12-15 12:44:59 +0100
committerGabor Greif <ggreif@gmail.com>2018-12-17 15:07:08 +0100
commitcaf50f631f0216fc11b653b1d0f34e7ca578ec45 (patch)
tree5abd3c388a22e375d211439849a1d136157173a4 /testsuite/tests/driver/pragma002.hs
parentf99d898ba384b7d3ace7aae71b0125ba645e09cb (diff)
downloadhaskell-caf50f631f0216fc11b653b1d0f34e7ca578ec45.tar.gz
Stomp a few typos and grammaros
Also use 'id'
Diffstat (limited to 'testsuite/tests/driver/pragma002.hs')
-rw-r--r--testsuite/tests/driver/pragma002.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/driver/pragma002.hs b/testsuite/tests/driver/pragma002.hs
index 48c66101bc..8f2b03b7ba 100644
--- a/testsuite/tests/driver/pragma002.hs
+++ b/testsuite/tests/driver/pragma002.hs
@@ -4,7 +4,6 @@
module Pragma002 () where
--- This will make a warning if the pragam isn't picked up
+-- This will make a warning if the pragma isn't picked up
foo _ = ()
foo _ = ()
-