about summary refs log tree commit diff stats
path: root/076next-word.subx
diff options
context:
space:
mode:
Diffstat (limited to '076next-word.subx')
-rw-r--r--076next-word.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/076next-word.subx b/076next-word.subx
index 34dd9c4d..7d8bbd8b 100644
--- a/076next-word.subx
+++ b/076next-word.subx
@@ -7,7 +7,7 @@
 
 # (re)compute the bounds of the next word in the line
 # return empty string on reaching end of file
-next-word:  # line : (address stream byte), out : (address slice)
+next-word:  # 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