[commit: ghc] : Fix spelling mistake in comment (db259c7)

David Terei davidterei at gmail.com
Wed Apr 27 00:32:10 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : 

http://hackage.haskell.org/trac/ghc/changeset/db259c798d8f9887b2feac6493628e53f37e0259

>---------------------------------------------------------------

commit db259c798d8f9887b2feac6493628e53f37e0259
Author: David Terei <davidterei at gmail.com>
Date:   Mon Apr 25 12:44:29 2011 -0700

    Fix spelling mistake in comment

>---------------------------------------------------------------

 compiler/main/HscTypes.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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





More information about the Cvs-ghc mailing list