about summary refs log tree commit diff stats
path: root/062write-stream.subx
diff options
context:
space:
mode:
Diffstat (limited to '062write-stream.subx')
-rw-r--r--062write-stream.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/062write-stream.subx b/062write-stream.subx
index a85cf40c..12d3c7e2 100644
--- a/062write-stream.subx
+++ b/062write-stream.subx
@@ -15,7 +15,7 @@
 #?     b8/copy-to-eax  1/imm32/exit
 #?     cd/syscall  0x80/imm8
 
-write-stream:  # f : fd or (address stream), s : (address stream) -> <void>
+write-stream:  # f : fd or (address stream), s : (address stream)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
@@ -75,7 +75,7 @@ $write-stream:end:
     5d/pop-to-ebp
     c3/return
 
-_write-stream:  # fd : int, s : (address stream) -> <void>
+_write-stream:  # fd : int, s : (address stream)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp