summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmLayoutStack.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cmm/CmmLayoutStack.hs')
-rw-r--r--compiler/cmm/CmmLayoutStack.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmLayoutStack.hs b/compiler/cmm/CmmLayoutStack.hs
index 0c49033b86..95483a2f52 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