about summary refs log tree commit diff stats
path: root/094next-word-or-string.subx
diff options
context:
space:
mode:
Diffstat (limited to '094next-word-or-string.subx')
-rw-r--r--094next-word-or-string.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/094next-word-or-string.subx b/094next-word-or-string.subx
index d3734fc9..5ffcd418 100644
--- a/094next-word-or-string.subx
+++ b/094next-word-or-string.subx
@@ -5,7 +5,7 @@
 
 # (re)compute the bounds of the next word or string literal in the line
 # return empty string on reaching end of file
-next-word-or-string:  # line : (address stream byte), out : (address slice)
+next-word-or-string:  # line : (addr stream byte), out : (addr slice)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp