about summary refs log tree commit diff stats
path: root/subx/apps/assort.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/assort.subx')
-rw-r--r--subx/apps/assort.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx
index 2f9ca98e..55f0c9a8 100644
--- a/subx/apps/assort.subx
+++ b/subx/apps/assort.subx
@@ -667,9 +667,9 @@ $read-segments:check-for-segment-header:
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
 #?     # }}}
-    # segment-slot/EAX = get-or-insert-slice(table, segment-name, value-size=8)
+    # segment-slot/EAX = get-or-insert-slice(table, segment-name, row-size=8)
     # . . push args
-    68/push  8/imm32/value-size
+    68/push  8/imm32/row-size
     52/push-EDX
     ff          6/subop/push        1/mod/*+disp8   5/rm32/EBP    .           .             .           .           0xc/disp8       .                 # push *(EBP+12)
     # . . call