about summary refs log tree commit diff stats
path: root/092write-int.subx
diff options
context:
space:
mode:
Diffstat (limited to '092write-int.subx')
-rw-r--r--092write-int.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/092write-int.subx b/092write-int.subx
index 9089cbbe..11ac84fe 100644
--- a/092write-int.subx
+++ b/092write-int.subx
@@ -6,7 +6,7 @@
 # . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes
 
 write-int:  # out : (address stream), n : int -> <void>
-    # . prolog
+    # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
     # . save registers
@@ -31,7 +31,7 @@ $write-int:end:
     5f/pop-to-edi
     59/pop-to-ecx
     58/pop-to-eax
-    # . epilog
+    # . epilogue
     89/copy                         3/mod/direct    4/rm32/esp    .           .             .           5/r32/ebp   .               .                 # copy ebp to esp
     5d/pop-to-ebp
     c3/return