spelling: appropriate

This commit is contained in:
Josh Soref
2017-07-25 22:09:14 -04:00
committed by Akim Demaille
parent 2586398fcc
commit 704a04512c
2 changed files with 2 additions and 2 deletions

View File

@@ -710,7 +710,7 @@ _b4_percent_define_ifdef([$1],
# Mimic muscle_percent_define_get_loc in ../src/muscle-tab.h exactly. That is, # Mimic muscle_percent_define_get_loc in ../src/muscle-tab.h exactly. That is,
# if the %define variable VARIABLE is undefined, complain fatally since that's # if the %define variable VARIABLE is undefined, complain fatally since that's
# a Bison or skeleton error. Otherwise, return its definition location in a # a Bison or skeleton error. Otherwise, return its definition location in a
# form approriate for the first two arguments of b4_warn_at, b4_complain_at, or # form appropriate for the first two arguments of b4_warn_at, b4_complain_at, or
# b4_fatal_at. Don't record this as a Bison usage of VARIABLE as there's no # b4_fatal_at. Don't record this as a Bison usage of VARIABLE as there's no
# reason to suspect that the user-supplied value has yet influenced the output. # reason to suspect that the user-supplied value has yet influenced the output.
# #

View File

@@ -158,7 +158,7 @@ char *muscle_percent_define_get (char const *variable);
/* Mimic muscle_percent_define_get_loc in ../data/bison.m4 exactly. That is, /* Mimic muscle_percent_define_get_loc in ../data/bison.m4 exactly. That is,
if the %define variable VARIABLE is undefined, complain fatally since that's if the %define variable VARIABLE is undefined, complain fatally since that's
a Bison error. Otherwise, return its definition location in a form a Bison error. Otherwise, return its definition location in a form
approriate for the first argument of warn_at, complain_at, or fatal_at. appropriate for the first argument of warn_at, complain_at, or fatal_at.
Don't record this as a Bison usage of VARIABLE as there's no reason to Don't record this as a Bison usage of VARIABLE as there's no reason to
suspect that the user-supplied value has yet influenced the output. */ suspect that the user-supplied value has yet influenced the output. */
location muscle_percent_define_get_loc (char const *variable); location muscle_percent_define_get_loc (char const *variable);