diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/056trace.subx | 2 |
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' |