about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/060read.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/060read.subx b/subx/060read.subx
index 9f5f7486..dcce5dda 100644
--- a/subx/060read.subx
+++ b/subx/060read.subx
@@ -173,7 +173,7 @@ $_read:end:
 # - tests
 
 test-read-single:
-    # - write a single character into _test-stream, then read from its buffered-file
+    # - write a single character into _test-stream, then read from it
     # clear-stream(_test-stream)
     # . . push args
     68/push  _test-stream/imm32
@@ -196,7 +196,7 @@ test-read-single:
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # read(_test-stream, _test-tmp-stream)
+    # EAX = read(_test-stream, _test-tmp-stream)
     # . . push args
     68/push  _test-tmp-stream/imm32
     68/push  _test-stream/imm32