about summary refs log tree commit diff stats
path: root/apps/handle.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/handle.subx')
-rw-r--r--apps/handle.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/handle.subx b/apps/handle.subx
index 07611596..fba9db1c 100644
--- a/apps/handle.subx
+++ b/apps/handle.subx
@@ -44,7 +44,7 @@ $handle-main:end:
     b8/copy-to-eax  1/imm32/exit
     cd/syscall  0x80/imm8
 
-new:  # ad : (address allocation-descriptor), n : int, out : (handle _)
+new:  # ad : (addr allocation-descriptor), n : int, out : (handle _)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
@@ -221,7 +221,7 @@ _pending-test-new-failure:
     5d/pop-to-ebp
     c3/return
 
-lookup:  # h : (handle T) -> eax : (address T)
+lookup:  # h : (handle T) -> eax : (addr T)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp