about summary refs log tree commit diff stats
path: root/apps/dquotes.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-16 00:10:55 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-16 00:10:55 -0700
commit37ea8c410ecf889125a27c5f872f723db8033813 (patch)
tree3c14e5590f81c1562c436c999568379bf32830dd /apps/dquotes.subx
parent53cef4be07176d94d298bc08e295ff42df3a420b (diff)
downloadmu-37ea8c410ecf889125a27c5f872f723db8033813.tar.gz
.
Diffstat (limited to 'apps/dquotes.subx')
-rw-r--r--apps/dquotes.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dquotes.subx b/apps/dquotes.subx
index 083b295f..c948994f 100644
--- a/apps/dquotes.subx
+++ b/apps/dquotes.subx
@@ -1760,7 +1760,7 @@ test-emit-metadata-in-string-literal:
     5d/pop-to-EBP
     c3/return
 
-# (re)compute the bounds of the next word in the line
+# (re)compute the bounds of the next word or string literal in the line
 # return empty string on reaching end of file
 next-word-or-string:  # line : (address stream byte), out : (address slice)
     # . prolog