[commit: ghc] master: Fix typos (aa4c36e)

Gabor Greif ggreif at gmail.com
Tue Jun 25 13:59:36 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/aa4c36e36b1b79c2180421f1e10a61ee44293c30

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

commit aa4c36e36b1b79c2180421f1e10a61ee44293c30
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue Jun 25 13:58:02 2013 +0200

    Fix typos

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

 compiler/codeGen/StgCmmClosure.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index d5de7de..c891155 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -156,7 +156,7 @@ data LambdaFormInfo
 			--	For a function, the entry code is the fast entry point
 
   | LFUnLifted		-- A value of unboxed type; 
-			-- always a value, neeeds evaluation
+			-- always a value, needs evaluation
 
   | LFLetNoEscape	-- See LetNoEscape module for precise description 
 
@@ -174,7 +174,7 @@ data LambdaFormInfo
 
 data StandardFormInfo
   = NonStandardThunk
-	-- The usual case: not of of the standard forms
+	-- The usual case: not of the standard forms
 
   | SelectorThunk
 	-- A SelectorThunk is of form





More information about the ghc-commits mailing list