From 704a04512cdded38dd38fd821c648759bd64c242 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 22:09:14 -0400 Subject: [PATCH] spelling: appropriate --- data/bison.m4 | 2 +- src/muscle-tab.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/bison.m4 b/data/bison.m4 index 1fde740c..1a458b87 100644 --- a/data/bison.m4 +++ b/data/bison.m4 @@ -710,7 +710,7 @@ _b4_percent_define_ifdef([$1], # 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 # 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 # reason to suspect that the user-supplied value has yet influenced the output. # diff --git a/src/muscle-tab.h b/src/muscle-tab.h index 4ec1ae1b..b1c59506 100644 --- a/src/muscle-tab.h +++ b/src/muscle-tab.h @@ -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, if the %define variable VARIABLE is undefined, complain fatally since that's 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 suspect that the user-supplied value has yet influenced the output. */ location muscle_percent_define_get_loc (char const *variable);