summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-01-10 12:05:14 +0100
committerGabor Greif <ggreif@gmail.com>2014-01-10 12:05:14 +0100
commit95f938db39402aece52a7e9c77e2f9736e0dfeac (patch)
tree5cf4157726016c1a4b77f65ff82c55ffcff42bea
parent15a3de1288fe9d055f3dc92d554cb59b3528fa30 (diff)
downloadhaskell-95f938db39402aece52a7e9c77e2f9736e0dfeac.tar.gz
Fix a typo in comment
-rw-r--r--compiler/main/InteractiveEval.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/InteractiveEval.hs b/compiler/main/InteractiveEval.hs
index 622d600cd2..ede519982a 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.)