about summary refs log tree commit diff stats
path: root/subx/062write-byte.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/062write-byte.subx')
-rw-r--r--subx/062write-byte.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/062write-byte.subx b/subx/062write-byte.subx
index b73aba62..d6a3a90b 100644
--- a/subx/062write-byte.subx
+++ b/subx/062write-byte.subx
@@ -35,7 +35,7 @@ Stdout:
     cd/syscall  0x80/imm8
 
 # Write lower byte of 'n' to 'f'.
-write-byte:  # f : (address buffered-file), n : num -> <void>
+write-byte:  # f : (address buffered-file), n : int -> <void>
     # . prolog
     55/push-EBP
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP