about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/apps/pack.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index 1db79722..8a82fcb5 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -536,7 +536,7 @@ convert-data-segment:  # in : (address buffered-file), out : (address buffered-f
 convert-instruction:  # line : (address stream byte), out : (address buffered-file) -> <void>
     # pseudocode:
     #   word-slice = next-word
-    #   if starts-with(word-slice, "#")       # comments
+    #   if slice-starts-with(word-slice, "#")       # comments
     #     write-stream-buffered(out, line)
     #   ...
     #