summaryrefslogtreecommitdiff
path: root/src/parse-gram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse-gram.c')
-rw-r--r--src/parse-gram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse-gram.c b/src/parse-gram.c
index 0244acdf..c64e637d 100644
--- a/src/parse-gram.c
+++ b/src/parse-gram.c
@@ -3243,7 +3243,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++)