diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-01-23 22:51:51 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-01-25 16:04:59 +0100 |
commit | bc1e085c5dc239b66e970fdc5117aec0933a9a37 (patch) | |
tree | 27e18a851fdd3155faa8ee95da98b2f39ebac760 | |
parent | edb30fd4d21fb7d41fe718fc52a800c93607953f (diff) | |
download | haskell-bc1e085c5dc239b66e970fdc5117aec0933a9a37.tar.gz |
HscTypes: Fix typo in comment
-rw-r--r-- | compiler/main/HscTypes.hs | 2 |
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) |