aboutsummaryrefslogtreecommitdiff
path: root/src/interp/termrw.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/termrw.boot')
-rw-r--r--src/interp/termrw.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/termrw.boot b/src/interp/termrw.boot
index c10eda3a..cc1a4493 100644
--- a/src/interp/termrw.boot
+++ b/src/interp/termrw.boot
@@ -100,7 +100,7 @@ augmentSub(v,t,SL) ==
-- t doesn't contain any of the variables of SL
q := [v,:t]
null SL => [q]
--- for p in SL repeat p.rest := SUBSTQ(t,v,rest p)
+-- for p in SL repeat p.rest := substitute(t,v,rest p)
[q,:SL]
mergeSubs(S1,S2) ==