diff --git a/src/graphviz.c b/src/graphviz.c index ff2f4071..a5e3a5e9 100644 --- a/src/graphviz.c +++ b/src/graphviz.c @@ -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;