summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-07-26 00:28:49 -0400
committerAkim Demaille <akim.demaille@gmail.com>2018-10-05 07:01:05 +0200
commitf6120712986d59df5315f1bbb0c40d5b8a951abd (patch)
treead10ec9a02607e71a3c6061a6843ab0d86fe42b8
parenta7694cedf94a2e89b10327e90b39fbab948f55e8 (diff)
downloadbison-f6120712986d59df5315f1bbb0c40d5b8a951abd.tar.gz
spelling: transitions
-rw-r--r--src/graphviz.c4
1 files changed, 2 insertions, 2 deletions
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;