about summary refs log tree commit diff stats
path: root/050_write.subx
diff options
context:
space:
mode:
Diffstat (limited to '050_write.subx')
-rw-r--r--050_write.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/050_write.subx b/050_write.subx
index dd6892af..4a48e825 100644
--- a/050_write.subx
+++ b/050_write.subx
@@ -11,7 +11,7 @@ Entry:  # just exit; can't test _write just yet
     b8/copy-to-eax  1/imm32/exit
     cd/syscall  0x80/imm8
 
-_write:  # fd : int, s : (address array byte) -> <void>
+_write:  # fd : int, s : (address array byte)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp