diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-29 21:50:59 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-29 21:52:17 -0800 |
commit | 36649e0150fa7be91040b9d74009ccc085f8a363 (patch) | |
tree | dc4b50ef757c194423c72352b8a21e8936441713 /m4 | |
parent | 50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff) |
Spelling and grammar fixes
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ax_gcc_var_attribute.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_gcc_var_attribute.m4 b/m4/ax_gcc_var_attribute.m4 index 247cc4ab3e..d12fce8934 100644 --- a/m4/ax_gcc_var_attribute.m4 +++ b/m4/ax_gcc_var_attribute.m4 @@ -39,7 +39,7 @@ # dllexport # init_priority # -# Unsuppored variable attributes will be tested against a global integer +# Unsupported variable attributes will be tested against a global integer # variable and without any arguments given to the attribute itself; the # result of this check might be wrong or meaningless so use with care. # |