summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdrian Vogelsgesang <avogelsgesang@tableau.com>2020-02-27 09:52:03 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-03-06 08:29:58 +0100
commitaab3feb5a18c30c84b5f6cca3f25e54f0cb2e4a2 (patch)
tree1609cb0be1be2a9ae6642dd721d7c0a04f1bb5e8 /data
parentb7942f2661b625548ff1f98171ba32639d888cbd (diff)
downloadbison-aab3feb5a18c30c84b5f6cca3f25e54f0cb2e4a2.tar.gz
typo: succesful -> successful
* data/skeletons/lalr1.cc: here * etc/bench.pl.in: here * src/location.c: and here.
Diffstat (limited to 'data')
-rw-r--r--data/skeletons/lalr1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/skeletons/lalr1.cc b/data/skeletons/lalr1.cc
index fba6ef8b..dc674a2d 100644
--- a/data/skeletons/lalr1.cc
+++ b/data/skeletons/lalr1.cc
@@ -1340,7 +1340,7 @@ b4_error_verbose_if([state_type yystate, const symbol_type& yyla],
yyarg[yycount++] = yytname_[yytoken];]b4_lac_if([[
#if ]b4_api_PREFIX[DEBUG
- // Execute LAC once. We don't care if it is succesful, we
+ // Execute LAC once. We don't care if it is successful, we
// only do it for the sake of debugging output.
if (!yy_lac_established_)
yy_lac_check_ (yytoken);