diff options
author | Michael D. Adams <adamsmd@cs.indiana.edu> | 2007-08-06 05:06:55 +0000 |
---|---|---|
committer | Michael D. Adams <adamsmd@cs.indiana.edu> | 2007-08-06 05:06:55 +0000 |
commit | 3a6c9110a310fdd2ae40b7706e732c5b94a85bb3 (patch) | |
tree | cff70dc3ca3e4b05cc817d63900608f0ffe0f7b9 /compiler/codeGen | |
parent | 805692401866497554a48ce02619121bbdca87c6 (diff) | |
download | haskell-3a6c9110a310fdd2ae40b7706e732c5b94a85bb3.tar.gz |
Fix typo in comment
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/CgHeapery.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/CgHeapery.lhs b/compiler/codeGen/CgHeapery.lhs index dfa49ebb47..b82cdfecc0 100644 --- a/compiler/codeGen/CgHeapery.lhs +++ b/compiler/codeGen/CgHeapery.lhs @@ -458,7 +458,7 @@ do_checks' stk_expr hp_expr stk_nonzero hp_nonzero reg_save_code rts_lbl [CmmMachOp mo_wordSub [CmmReg spReg, stk_expr], CmmReg (CmmGlobal SpLim)] - -- Hp overflow if (Hpp > HpLim) + -- Hp overflow if (Hp > HpLim) -- (Hp has been incremented by now) -- HpLim points to the LAST WORD of valid allocation space. hp_oflo = CmmMachOp mo_wordUGt |