summaryrefslogtreecommitdiff
path: root/src/parse-gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse-gram.y')
-rw-r--r--src/parse-gram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse-gram.y b/src/parse-gram.y
index 2f66e412..4e887e81 100644
--- a/src/parse-gram.y
+++ b/src/parse-gram.y
@@ -636,7 +636,7 @@ named_ref.opt:
`---------------------------*/
/* The STRING form of variable is deprecated and is not M4-friendly.
- For example, M4 fails for `%define "[" "value"'. */
+ For example, M4 fails for '%define "[" "value"'. */
variable:
ID
| STRING { $$ = uniqstr_new ($1); }