about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/056trace.subx12
1 files changed, 6 insertions, 6 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx
index a0a5d405..36ba04cf 100644
--- a/subx/056trace.subx
+++ b/subx/056trace.subx
@@ -915,9 +915,9 @@ $_append-4:abort:
 == data
 
 _test-stream-line-ABABA:
-    # current write index
+    # write
     8/imm32
-    # current read index
+    # read
     0/imm32
     # length
     8/imm32
@@ -925,9 +925,9 @@ _test-stream-line-ABABA:
     41 42 41 42 41 0A 00 00  # 8 bytes
 
 _test-stream-empty:
-    # current write index
+    # write
     0/imm32
-    # current read index
+    # read
     0/imm32
     # length
     8/imm32
@@ -935,9 +935,9 @@ _test-stream-empty:
     00 00 00 00 00 00 00 00  # 8 bytes
 
 _test-stream-filled:
-    # current write index
+    # write
     8/imm32
-    # current read index
+    # read
     0/imm32
     # length
     8/imm32