about summary refs log tree commit diff stats
path: root/073next-token.subx
diff options
context:
space:
mode:
Diffstat (limited to '073next-token.subx')
-rw-r--r--073next-token.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/073next-token.subx b/073next-token.subx
index d11cd8b9..35414883 100644
--- a/073next-token.subx
+++ b/073next-token.subx
@@ -160,7 +160,7 @@ test-next-token-Eof:
 
 # extract the next run of characters that are different from a given 'delimiter' (skipping multiple delimiters if necessary)
 # on reaching end of file, return an empty interval
-next-token-from-slice:  # start : (address byte), end : (address byte), delimiter : byte, out : (address slice) -> <void>
+next-token-from-slice:  # start : (address byte), end : (address byte), delimiter : byte, out : (address slice)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp