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