From db259c798d8f9887b2feac6493628e53f37e0259 Mon Sep 17 00:00:00 2001 From: David Terei Date: Mon, 25 Apr 2011 12:44:29 -0700 Subject: [PATCH] Fix spelling mistake in comment --- compiler/main/HscTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4