summaryrefslogtreecommitdiff
path: root/src/location.c
diff options
context:
space:
mode:
authorAdrian Vogelsgesang <avogelsgesang@tableau.com>2020-02-27 09:52:03 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-02-27 18:10:39 +0100
commit368fcf0af561d0d84935b13dd9d30e2012cf843f (patch)
tree96e3324876595c0d80572d01dffd723fe38f3606 /src/location.c
parent6fe063da8f1df2c929020049332b05837a67ec17 (diff)
downloadbison-368fcf0af561d0d84935b13dd9d30e2012cf843f.tar.gz
typo: succesful -> successful
* data/skeletons/lalr1.cc: here * etc/bench.pl.in: here * src/location.c: here * tests/calc.at: and here
Diffstat (limited to 'src/location.c')
-rw-r--r--src/location.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location.c b/src/location.c
index 5c567591..4bf3b123 100644
--- a/src/location.c
+++ b/src/location.c
@@ -317,7 +317,7 @@ caret_getc_internal (mbchar_t *res)
/* Move CARET_INFO (which has a valid FILE) to the line number LINE.
Compute and cache that line's length in CARET_INFO.LINE_LEN.
- Return whether succesful.*/
+ Return whether successful.*/
static bool
caret_set_line (int line)
{