From df592211f639504c31fa8a160a16acd961bbdede Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 16 Oct 2018 23:43:32 -0700 Subject: 4706 --- subx/055trace.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subx/055trace.subx b/subx/055trace.subx index b9ab5e67..f5e3d7bf 100644 --- a/subx/055trace.subx +++ b/subx/055trace.subx @@ -1,9 +1,9 @@ # helpers for emitting traces to a trace stream, and for tests to check the trace stream # # A trace stream looks like this: -# read : int +# read : int # index that we've read until # write : int # index at which writes go -# data : (array byte) # prefixed by length +# 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. # # primitives for operating on traces: -- cgit 1.4.1-2-gfad0