]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.c
maint: address a couple of syntax-check errors.
[bison.git] / src / parse-gram.c
index d20bbf6dbff7932bb362fd364c7039167806e461..637cc35b1cd2477c0fdcdc5c5d7a3bbd3f84ee1c 100644 (file)
@@ -3350,7 +3350,7 @@ lloc_default (YYLTYPE const *rhs, int n)
   loc.start = rhs[n].end;
   loc.end = rhs[n].end;
 
-  /* Ignore empty nonterminals the start of the the right-hand side.
+  /* Ignore empty nonterminals the start of the right-hand side.
      Do not bother to ignore them at the end of the right-hand side,
      since empty nonterminals have the same end as their predecessors.  */
   for (i = 1; i <= n; i++)