[commit: ghc] master: Fix a typo in comment (95f938d)
git at git.haskell.org
git at git.haskell.org
Fri Jan 10 11:06:28 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/95f938db39402aece52a7e9c77e2f9736e0dfeac/ghc
>---------------------------------------------------------------
commit 95f938db39402aece52a7e9c77e2f9736e0dfeac
Author: Gabor Greif <ggreif at gmail.com>
Date: Fri Jan 10 12:05:14 2014 +0100
Fix a typo in comment
>---------------------------------------------------------------
95f938db39402aece52a7e9c77e2f9736e0dfeac
compiler/main/InteractiveEval.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/InteractiveEval.hs b/compiler/main/InteractiveEval.hs
index 622d600..ede5199 100644
--- a/compiler/main/InteractiveEval.hs
+++ b/compiler/main/InteractiveEval.hs
@@ -802,7 +802,7 @@ fromListBL bound l = BL (length l) bound l []
--
-- (setContext imports) sets the ic_imports field (which in turn
-- determines what is in scope at the prompt) to 'imports', and
--- constucts the ic_rn_glb_env environment to reflect it.
+-- constructs the ic_rn_glb_env environment to reflect it.
--
-- We retain in scope all the things defined at the prompt, and kept
-- in ic_tythings. (Indeed, they shadow stuff from ic_imports.)
More information about the ghc-commits
mailing list