summaryrefslogtreecommitdiff
path: root/compiler/ghci
diff options
context:
space:
mode:
authorThomas Schilling <nominolo@googlemail.com>2008-12-11 15:31:04 +0000
committerThomas Schilling <nominolo@googlemail.com>2008-12-11 15:31:04 +0000
commit44884d1311285851377de5079bbc85050fe30108 (patch)
treea6a085227b9098bdd25c0118c52c99310e4d9674 /compiler/ghci
parent6976a7121afdb4c154afbe636c315cc9595eaf00 (diff)
downloadhaskell-44884d1311285851377de5079bbc85050fe30108.tar.gz
Comments only. Fix typo.
Diffstat (limited to 'compiler/ghci')
-rw-r--r--compiler/ghci/ByteCodeGen.lhs2
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