about summary refs log tree commit diff stats
path: root/linux/115write-byte.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/115write-byte.subx')
-rw-r--r--linux/115write-byte.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/115write-byte.subx b/linux/115write-byte.subx
index d38db24c..08d656e8 100644
--- a/linux/115write-byte.subx
+++ b/linux/115write-byte.subx
@@ -247,7 +247,7 @@ $append-byte:abort:
     e8/call  _write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . syscall(exit, 1)
+    # . syscall_exit(1)
     bb/copy-to-ebx  1/imm32
     e8/call  syscall_exit/disp32
     # never gets here