aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-eval.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-eval.boot')
-rw-r--r--src/interp/i-eval.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-eval.boot b/src/interp/i-eval.boot
index fa8729dc..ed5da634 100644
--- a/src/interp/i-eval.boot
+++ b/src/interp/i-eval.boot
@@ -457,7 +457,7 @@ failCheck x ==
-- $StreamFrame: used in printing streams, it is the environment
-- where local stream variables are stored
-- $declaredMode: Weak type propagation for symbols, set in upCOERCE
--- and upLET. This variable is used to determine
+-- and up%LET. This variable is used to determine
-- the alternate polynomial types of Symbols.
-- $localVars: list of local variables in a map body
-- $MapArgumentTypeList: hack for stream compilation