about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40