about summary refs log tree commit diff stats
path: root/subx/apps/subx-common.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/subx-common.subx')
-rw-r--r--subx/apps/subx-common.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/subx-common.subx b/subx/apps/subx-common.subx
index a5d8b037..0e5eb63c 100644
--- a/subx/apps/subx-common.subx
+++ b/subx/apps/subx-common.subx
@@ -494,7 +494,7 @@ $get-or-insert:end:
 $get-or-insert:abort:
     # . _write(2/stderr, error)
     # . . push args
-    68/push  "get-or-insert: too many segments"/imm32
+    68/push  "get-or-insert: table is full"/imm32
     68/push  2/imm32/stderr
     # . . call
     e8/call  _write/disp32
@@ -755,7 +755,7 @@ $leaky-get-or-insert-slice:end:
 $leaky-get-or-insert-slice:abort:
     # . _write(2/stderr, error)
     # . . push args
-    68/push  "leaky-get-or-insert-slice: too many segments"/imm32
+    68/push  "leaky-get-or-insert-slice: table is full"/imm32
     68/push  2/imm32/stderr
     # . . call
     e8/call  _write/disp32