[commit: ghc] ghc-8.0: HscTypes: Fix typo in comment (b53c643)
git at git.haskell.org
git at git.haskell.org
Mon Jan 25 15:58:11 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/b53c6439fff54407c3da1cf719cb01c54ff63e26/ghc
>---------------------------------------------------------------
commit b53c6439fff54407c3da1cf719cb01c54ff63e26
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 23 22:51:51 2016 +0100
HscTypes: Fix typo in comment
(cherry picked from commit bc1e085c5dc239b66e970fdc5117aec0933a9a37)
>---------------------------------------------------------------
b53c6439fff54407c3da1cf719cb01c54ff63e26
compiler/main/HscTypes.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/HscTypes.hs b/compiler/main/HscTypes.hs
index a2ecea1..9ed9002 100644
--- a/compiler/main/HscTypes.hs
+++ b/compiler/main/HscTypes.hs
@@ -400,7 +400,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)
More information about the ghc-commits
mailing list