From: David Terei Date: Mon, 25 Apr 2011 19:44:29 +0000 (-0700) Subject: Fix spelling mistake in comment X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=db259c798d8f9887b2feac6493628e53f37e0259;p=ghc-hetmet.git Fix spelling mistake in comment --- diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs index e59c223..11f1a8b 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