Fix spelling mistake in comment
authorDavid Terei <davidterei@gmail.com>
Mon, 25 Apr 2011 19:44:29 +0000 (12:44 -0700)
committerDavid Terei <davidterei@gmail.com>
Tue, 26 Apr 2011 21:17:15 +0000 (14:17 -0700)
compiler/main/HscTypes.lhs

index e59c223..11f1a8b 100644 (file)
@@ -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