summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-01-23 22:51:51 +0100
committerBen Gamari <ben@smart-cactus.org>2016-01-25 16:04:59 +0100
commitbc1e085c5dc239b66e970fdc5117aec0933a9a37 (patch)
tree27e18a851fdd3155faa8ee95da98b2f39ebac760 /compiler
parentedb30fd4d21fb7d41fe718fc52a800c93607953f (diff)
downloadhaskell-bc1e085c5dc239b66e970fdc5117aec0933a9a37.tar.gz
HscTypes: Fix typo in comment
Diffstat (limited to 'compiler')
-rw-r--r--compiler/main/HscTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/HscTypes.hs b/compiler/main/HscTypes.hs
index 6d43ec0037..541f0af78e 100644
--- a/compiler/main/HscTypes.hs
+++ b/compiler/main/HscTypes.hs
@@ -399,7 +399,7 @@ data HscEnv
hsc_type_env_var :: Maybe (Module, IORef TypeEnv)
-- ^ Used for one-shot compilation only, to initialise
-- the 'IfGblEnv'. See 'TcRnTypes.tcg_type_env_var' for
- -- 'TcRunTypes.TcGblEnv'
+ -- 'TcRnTypes.TcGblEnv'
#ifdef GHCI
, hsc_iserv :: MVar (Maybe IServ)