mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
spelling: transitions
This commit is contained in:
committed by
Akim Demaille
parent
a7694cedf9
commit
f612071298
@@ -178,8 +178,8 @@ output_red (state const *s, reductions const *reds, FILE *fout)
|
||||
|
||||
bool defaulted = default_reduction && default_reduction == reds->rules[j];
|
||||
|
||||
/* Build the lookahead tokens lists, one for enabled transitions and one
|
||||
for disabled transistions. */
|
||||
/* Build the lookahead tokens lists, one for enabled transitions
|
||||
and one for disabled transitions. */
|
||||
bool firstd = true;
|
||||
bool firste = true;
|
||||
rule_number ruleno = reds->rules[j]->number;
|
||||
|
||||
Reference in New Issue
Block a user