aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 52c9a7fc..3bcb22da 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -729,8 +729,8 @@ gensymInt g ==
n
++
-newDomainShell: %Short -> SIMPLE_-ARRAY
-newDomainShell n ==
+newShell: %Short -> SIMPLE_-ARRAY
+newShell n ==
MAKE_-ARRAY(n,KEYWORD::INITIAL_-ELEMENT,nil)