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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/5d0d1d9cbe2fd0c0a5e4f4a979c8e46ff51ea6fa

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

commit 5d0d1d9cbe2fd0c0a5e4f4a979c8e46ff51ea6fa
Author: Gabor Greif <ggr...@gmail.com>
Date:   Wed Dec 12 10:26:49 2012 +0100

    typo

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

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

diff --git a/compiler/nativeGen/AsmCodeGen.lhs 
b/compiler/nativeGen/AsmCodeGen.lhs
index 05f7c3a..1c0b0a1 100644
--- a/compiler/nativeGen/AsmCodeGen.lhs
+++ b/compiler/nativeGen/AsmCodeGen.lhs
@@ -388,7 +388,7 @@ cmmNativeGens' ncgImpl us (cmm : cmms) (h, dflags, (impAcc, 
profAcc)) count
 
         let !count' = count + 1
 
-        -- force evaulation all this stuff to avoid space leaks
+        -- force evaluation all this stuff to avoid space leaks
         {-# SCC "seqString" #-} evaluate $ seqString (showSDoc dflags $ vcat $ 
map ppr imports)
 
         cmmNativeGens' ncgImpl



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to