summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-04-13 18:34:50 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-04-13 18:50:05 +0200
commit758172a8b9a5dc7ca58037b16f5d83adb0ba8e9d (patch)
tree02b256bebb75fab3f5f23082b9f8fb0f5ea28870 /data
parente9454c3456eccf4e30d845b7ca341da8132c4760 (diff)
downloadbison-758172a8b9a5dc7ca58037b16f5d83adb0ba8e9d.tar.gz
doc: spell check
* doc/bison.texi, NEWS, README-hacking.md: here. And elsewhere.
Diffstat (limited to 'data')
-rw-r--r--data/skeletons/bison.m42
-rw-r--r--data/skeletons/glr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/skeletons/bison.m4 b/data/skeletons/bison.m4
index c1cd6606..007d5eb0 100644
--- a/data/skeletons/bison.m4
+++ b/data/skeletons/bison.m4
@@ -645,7 +645,7 @@ m4_define([b4_sync_end], [ b4_comment([$2:$1])]
# This generates dependencies on the Bison skeletons hence lots of
# useless 'git diff'. This location is useless for the regular
# user (who does not care about the skeletons) and is actually not
-# useful for Bison developpers too (I, Akim, never used this to locate
+# useful for Bison developers too (I, Akim, never used this to locate
# the code in skeletons that generated output). So disable it
# completely. If someone thinks this was actually useful, a %define
# variable should be provided to control the level of verbosity of
diff --git a/data/skeletons/glr.c b/data/skeletons/glr.c
index b2d54abe..630b4cc7 100644
--- a/data/skeletons/glr.c
+++ b/data/skeletons/glr.c
@@ -177,7 +177,7 @@ int ]b4_prefix[parse (]m4_ifset([b4_parse_param], [b4_formals(b4_parse_param)],
# members of this union.
#
# To avoid this issue, just generate the header before the
-# implementation file. But we should also make them more independant.
+# implementation file. But we should also make them more independent.
# ----------------- #
# The header file. #