]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
style: no longer use backquotes
[bison.git] / src / parse-gram.y
index 2f66e412a0157908fdaf41a64538449b5ea9fc72..4e887e812a7910d96dc9677a22d0b84e4953edbf 100644 (file)
@@ -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); }