about summary refs log tree commit diff stats
path: root/linux/apps/ex5.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/apps/ex5.subx')
-rw-r--r--linux/apps/ex5.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/apps/ex5.subx b/linux/apps/ex5.subx
index d7bab0ce..f9bbc661 100644
--- a/linux/apps/ex5.subx
+++ b/linux/apps/ex5.subx
@@ -24,7 +24,7 @@ Entry:
     # . syscall
     e8/call  syscall_read/disp32
 
-    # syscall(write, stdout, x, 1)
+    # syscall_write(stdout, x, 1)
     # . fd = 1 (stdout)
     bb/copy-to-ebx  1/imm32
     # . data = x (location to read from)