about summary refs log tree commit diff stats
path: root/subx/056trace.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-06-08 13:02:51 -0700
committerKartik Agaram <vc@akkartik.com>2019-06-08 13:02:51 -0700
commiteb75af079a102c2d7b1ec830297d049d40d858a8 (patch)
tree9e45384c7a4b39fedffe1ffcbfd2dea4ae900e13 /subx/056trace.subx
parent53f5c71ac453156ddd61793dd2a63075ea271fbf (diff)
downloadmu-eb75af079a102c2d7b1ec830297d049d40d858a8.tar.gz
.
Diffstat (limited to 'subx/056trace.subx')
-rw-r--r--subx/056trace.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx
index 80b67643..265ec4d8 100644
--- a/subx/056trace.subx
+++ b/subx/056trace.subx
@@ -4,7 +4,7 @@
 #   write : int  # index at which writes go
 #   read : int  # index that we've read until
 #   data : (array byte)  # prefixed by length as usual
-# In a real trace the data will be in a special segment set aside for the purpose.
+# Usually the trace stream will be in a separate segment set aside for the purpose.
 #
 # primitives for operating on traces (arguments in quotes):
 #   - initialize-trace-stream: populates Trace-stream with a new segment of the given 'size'