aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/c-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 567c1e47..5ffaf9c3 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -875,7 +875,7 @@ replaceSimpleFunctions form ==
NBUTLAST form
-- 2.2. the substitution case.
fun' is ["XLAM",parms,body] =>
- -- conversatively approximate eager semantics
+ -- conservatively approximate eager semantics
and/[atom first as for as in tails args] =>
-- alpha rename before substitution.
newparms := [GENSYM() for p in parms]