summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-04-25 12:44:29 -0700
committerDavid Terei <davidterei@gmail.com>2011-04-26 14:17:15 -0700
commitdb259c798d8f9887b2feac6493628e53f37e0259 (patch)
tree7c73d5154a43ae211eb85e36393e38c8cd968d4a
parentdcc7b25a12eb07285a0b717b43ce62feb1f7dae1 (diff)
downloadhaskell-db259c798d8f9887b2feac6493628e53f37e0259.tar.gz
Fix spelling mistake in comment
-rw-r--r--compiler/main/HscTypes.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs
index e59c2239a7..11f1a8bd8a 100644
--- a/compiler/main/HscTypes.lhs
+++ b/compiler/main/HscTypes.lhs
@@ -717,7 +717,7 @@ type ImportedMods = ModuleEnv [(ModuleName, Bool, SrcSpan)]
-- | A ModGuts is carried through the compiler, accumulating stuff as it goes
-- There is only one ModGuts at any time, the one for the module
-- being compiled right now. Once it is compiled, a 'ModIface' and
--- 'ModDetails' are extracted and the ModGuts is dicarded.
+-- 'ModDetails' are extracted and the ModGuts is discarded.
data ModGuts
= ModGuts {
mg_module :: !Module, -- ^ Module being compiled