about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-10 22:47:54 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-10 22:47:54 -0700
commitb59b75310abdd3c6c6a63654ab2ae14d46c2028e (patch)
tree9f3130ad2a548838adeddf75e7fbf7b053aeee74 /subx
parent80b6f47e642fe8e5cac1836ef616a1ae1b3aa269 (diff)
downloadmu-b59b75310abdd3c6c6a63654ab2ae14d46c2028e.tar.gz
4683
Diffstat (limited to 'subx')
-rw-r--r--subx/055trace.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/055trace.subx b/subx/055trace.subx
index b2bb72c0..237fbed9 100644
--- a/subx/055trace.subx
+++ b/subx/055trace.subx
@@ -12,7 +12,7 @@
 #   - die: stream (exit(1) if using real trace)
 #   - check-trace-contains: stream, string/line, string/message (scans only from stream's read pointer, prints message to stderr on failure, updates stream's read pointer)
 #   - rewind-reads: stream (resets read pointer)
-#   - scan-to-next-line: stream (advance read pointer past next newline
+#   - scan-to-next-line: stream (advance read pointer past next newline)
 #
 # Traces are very fundamental, so many of the helpers we create here won't be
 # used elsewhere; we'll switch to more bounds-checked variants. But here we get