about summary refs log tree commit diff stats
path: root/linux/103kernel-string-equal.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/103kernel-string-equal.subx')
-rw-r--r--linux/103kernel-string-equal.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/103kernel-string-equal.subx b/linux/103kernel-string-equal.subx
index 842bf671..29dbb6e2 100644
--- a/linux/103kernel-string-equal.subx
+++ b/linux/103kernel-string-equal.subx
@@ -24,7 +24,7 @@
 
 Entry:  # run all tests
     e8/call  run-tests/disp32  # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'.
-    # syscall(exit, Num-test-failures)
+    # syscall_exit(Num-test-failures)
     8b/copy                         0/mod/indirect  5/rm32/.disp32            .             .           3/r32/ebx   Num-test-failures/disp32          # copy *Num-test-failures to ebx
     e8/call  syscall_exit/disp32