[commit: ghc] master: HscTypes: Fix typo in comment (bc1e085)
git at git.haskell.org
git at git.haskell.org
Mon Jan 25 15:03:46 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bc1e085c5dc239b66e970fdc5117aec0933a9a37/ghc
>---------------------------------------------------------------
commit bc1e085c5dc239b66e970fdc5117aec0933a9a37
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 23 22:51:51 2016 +0100
HscTypes: Fix typo in comment
>---------------------------------------------------------------
bc1e085c5dc239b66e970fdc5117aec0933a9a37
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 6d43ec0..541f0af 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)
More information about the ghc-commits
mailing list