[commit: ghc] master: Typo in comment (11f5cd9)
git at git.haskell.org
git at git.haskell.org
Thu Jan 16 12:10:09 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/11f5cd942e79afa7e6b21a4c084b19215ec72750/ghc
>---------------------------------------------------------------
commit 11f5cd942e79afa7e6b21a4c084b19215ec72750
Author: Gabor Greif <ggreif at gmail.com>
Date: Thu Jan 16 13:06:29 2014 +0100
Typo in comment
>---------------------------------------------------------------
11f5cd942e79afa7e6b21a4c084b19215ec72750
compiler/cmm/CmmLayoutStack.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/cmm/CmmLayoutStack.hs b/compiler/cmm/CmmLayoutStack.hs
index 0c49033..95483a2 100644
--- a/compiler/cmm/CmmLayoutStack.hs
+++ b/compiler/cmm/CmmLayoutStack.hs
@@ -44,7 +44,7 @@ The job of this pass is to
- replace the CmmHighStackMark constant used in the stack check with
the maximum stack usage of the proc.
- - save any variables that are live across a calll, and reload them as
+ - save any variables that are live across a call, and reload them as
necessary.
Before stack allocation, local variables remain live across native
More information about the ghc-commits
mailing list