aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert2015-11-29 21:50:59 -0800
committerPaul Eggert2015-11-29 21:52:17 -0800
commit36649e0150fa7be91040b9d74009ccc085f8a363 (patch)
treedc4b50ef757c194423c72352b8a21e8936441713 /m4
parent50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff)
downloademacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.gz
emacs-36649e0150fa7be91040b9d74009ccc085f8a363.zip
Spelling and grammar fixes
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_gcc_var_attribute.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_gcc_var_attribute.m4 b/m4/ax_gcc_var_attribute.m4
index 247cc4ab3eb..d12fce8934e 100644
--- a/m4/ax_gcc_var_attribute.m4
+++ b/m4/ax_gcc_var_attribute.m4
@@ -39,7 +39,7 @@
39# dllexport 39# dllexport
40# init_priority 40# init_priority
41# 41#
42# Unsuppored variable attributes will be tested against a global integer 42# Unsupported variable attributes will be tested against a global integer
43# variable and without any arguments given to the attribute itself; the 43# variable and without any arguments given to the attribute itself; the
44# result of this check might be wrong or meaningless so use with care. 44# result of this check might be wrong or meaningless so use with care.
45# 45#