summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Chu <chu11@llnl.gov>2023-04-18 16:40:43 -0700
committerAlbert Chu <chu11@llnl.gov>2023-04-18 16:40:43 -0700
commit14d73d0bbf07e1d0b43df5fd94cc6dfd05133cb8 (patch)
treedfa262966f3ac8a7520862e532de17681940b67d
parentf90a1b40290e08332b55003ebcaafc2b70455cb0 (diff)
downloadautoconf-archive-14d73d0bbf07e1d0b43df5fd94cc6dfd05133cb8.tar.gz
ax_cc_attrcommon.m4: Fix typo
-rw-r--r--m4/ax_cc_attrcommon.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_cc_attrcommon.m4 b/m4/ax_cc_attrcommon.m4
index 4b60a70..03c9f59 100644
--- a/m4/ax_cc_attrcommon.m4
+++ b/m4/ax_cc_attrcommon.m4
@@ -8,7 +8,7 @@
#
# DESCRIPTION
#
-# Determine whether the C compiler supports C tentative defintions with
+# Determine whether the C compiler supports C tentative definitions with
# __attribute((__common__)) See K&R book Appendix A10.2 on 'extern' and
# tentative definitions. Some compilers use a 'strict definition-reference
# model' Traditionally most UNIX C compilers support C tentative