]> git.saurik.com Git - bison.git/blobdiff - src/ielr.c
Clean up yacc.c a little.
[bison.git] / src / ielr.c
index dfe981a53c31e6ebacd94c1bec9dd71f3ab30c87..e47c02026747de43ed751c766c6d1f318b1b718b 100644 (file)
@@ -35,7 +35,7 @@
 #include "state.h"
 #include "symtab.h"
 
-/** Records the value of the \%define variable "lr.type".  */
+/** Records the value of the \%define variable lr.type.  */
 typedef enum { LR_TYPE__LALR, LR_TYPE__IELR, LR_TYPE__CANONICAL_LR } LrType;
 
 /**