about summary refs log tree commit diff
path: root/Src/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/lex.c')
-rw-r--r--Src/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/lex.c b/Src/lex.c
index ddee689ae..a3b03c8a4 100644
--- a/Src/lex.c
+++ b/Src/lex.c
@@ -1496,7 +1496,7 @@ dquote_parse(char endchar, int sub)
 	 * understand what that actually gets us, and we can't guarantee
 	 * it's a character anyway, because of the previous test.
 	 *
-	 * We use the same feature in cmd_or_math we we actually do
+	 * We use the same feature in cmd_or_math where we actually do
 	 * need to unget if we decide it's really a command substitution.
 	 * We try to handle the other case by testing for lexstop.
 	 */