diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-06-25 13:58:02 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-06-25 13:58:34 +0200 |
commit | aa4c36e36b1b79c2180421f1e10a61ee44293c30 (patch) | |
tree | fe211913cc0f94ad43a3c181126f4dbfb305f2e8 /compiler/codeGen/StgCmmClosure.hs | |
parent | 57284dbca501539e186e8587b6288e72c0488967 (diff) | |
download | haskell-aa4c36e36b1b79c2180421f1e10a61ee44293c30.tar.gz |
Fix typos
Diffstat (limited to 'compiler/codeGen/StgCmmClosure.hs')
-rw-r--r-- | compiler/codeGen/StgCmmClosure.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs index d5de7debd8..c8911553d8 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 |