diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-12-11 15:31:04 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-12-11 15:31:04 +0000 |
commit | 44884d1311285851377de5079bbc85050fe30108 (patch) | |
tree | a6a085227b9098bdd25c0118c52c99310e4d9674 /compiler/ghci | |
parent | 6976a7121afdb4c154afbe636c315cc9595eaf00 (diff) | |
download | haskell-44884d1311285851377de5079bbc85050fe30108.tar.gz |
Comments only. Fix typo.
Diffstat (limited to 'compiler/ghci')
-rw-r--r-- | compiler/ghci/ByteCodeGen.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index e171a38505..5dd63d3b1c 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -166,7 +166,7 @@ mkProtoBCO nm instrs_ordlist origin arity bitmap_size bitmap is_ret mallocd_bloc -- and if >= iNTERP_STACK_CHECK_THRESH, add an explicit -- stack check. (The interpreter always does a stack check -- for iNTERP_STACK_CHECK_THRESH words at the start of each - -- BCO anyway, so we only need to add an explicit on in the + -- BCO anyway, so we only need to add an explicit one in the -- (hopefully rare) cases when the (overestimated) stack use -- exceeds iNTERP_STACK_CHECK_THRESH. maybe_with_stack_check |