about summary refs log tree commit diff stats
path: root/linux/apps/ex11.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/apps/ex11.subx')
-rw-r--r--linux/apps/ex11.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/apps/ex11.subx b/linux/apps/ex11.subx
index 434d824d..67eb790f 100644
--- a/linux/apps/ex11.subx
+++ b/linux/apps/ex11.subx
@@ -316,7 +316,7 @@ write-stderr:  # s: (addr array byte) -> <void>
     51/push-ecx
     52/push-edx
     53/push-ebx
-    # syscall(write, 2/stderr, (data) s+4, (size) *s)
+    # syscall_write(2/stderr, (data) s+4, (size) *s)
     # . . fd = 2 (stderr)
     bb/copy-to-ebx  2/imm32
     # . . x = s+4