diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-25 22:09:14 -0400 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2018-10-05 07:01:03 +0200 |
commit | 704a04512cdded38dd38fd821c648759bd64c242 (patch) | |
tree | 2aebba263bbc03584b537e731bbf10abc40e9f3b /src/muscle-tab.h | |
parent | 2586398fccc54569de2c39616ad56ae330e2bb96 (diff) | |
download | bison-704a04512cdded38dd38fd821c648759bd64c242.tar.gz |
spelling: appropriate
Diffstat (limited to 'src/muscle-tab.h')
-rw-r--r-- | src/muscle-tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |