about summary refs log tree commit diff stats
path: root/apps/ex11.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ex11.subx')
-rw-r--r--apps/ex11.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ex11.subx b/apps/ex11.subx
index b235927d..2469542d 100644
--- a/apps/ex11.subx
+++ b/apps/ex11.subx
@@ -258,7 +258,7 @@ test-compare-kernel-string-with-longer-array:
 # - helpers
 
 # print msg to stderr if a != b, otherwise print "."
-check-ints-equal:  # (a : int, b : int, msg : (address array byte)) -> boolean
+check-ints-equal:  # (a : int, b : int, msg : (addr array byte)) -> boolean
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
@@ -307,7 +307,7 @@ $check-ints-equal:end:
     5d/pop-to-ebp
     c3/return
 
-write-stderr:  # s : (address array byte) -> <void>
+write-stderr:  # s : (addr array byte) -> <void>
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp