]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
maint: avoid "the the"
[bison.git] / src / parse-gram.y
index fc648ea1860cebf0ce701406993882f4e6e6e5aa..5f46d2935a6c5e66aaa3df0e4097a33d4ff8382b 100644 (file)
@@ -686,7 +686,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++)