spelling: transitions

This commit is contained in:
Josh Soref
2017-07-26 00:28:49 -04:00
committed by Akim Demaille
parent a7694cedf9
commit f612071298

View File

@@ -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;