summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcSigs.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-04-06 15:13:55 +0200
committerGabor Greif <ggreif@gmail.com>2017-04-11 18:51:23 +0200
commitfc2a96a1ea9cceba596cbd652b44bd830a4191e4 (patch)
treeeef5f094301bd5c25710adc343b36eaf4df5e0bc /compiler/typecheck/TcSigs.hs
parente662a6cb9fb6459e0a15abbff25ae7b80f91b281 (diff)
downloadhaskell-fc2a96a1ea9cceba596cbd652b44bd830a4191e4.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/typecheck/TcSigs.hs')
-rw-r--r--compiler/typecheck/TcSigs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcSigs.hs b/compiler/typecheck/TcSigs.hs
index 989fe94e8c..0a8fb5e35c 100644
--- a/compiler/typecheck/TcSigs.hs
+++ b/compiler/typecheck/TcSigs.hs
@@ -754,7 +754,7 @@ tcImpPrags prags
-- Ignore SPECIALISE pragmas for imported things
-- when we aren't specialising, or when we aren't generating
-- code. The latter happens when Haddocking the base library;
- -- we don't wnat complaints about lack of INLINABLE pragmas
+ -- we don't want complaints about lack of INLINABLE pragmas
not_specialising dflags
| not (gopt Opt_Specialise dflags) = True
| otherwise = case hscTarget dflags of