summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Chu <chu11@llnl.gov>2023-04-18 16:41:13 -0700
committerAlbert Chu <chu11@llnl.gov>2023-04-18 16:41:13 -0700
commit4b29b792f66fc75866fc1696648f92370a7f220f (patch)
tree41ed32cbb8d925bd5a03ddf59a435216c0f5b319
parentc10daa8f8f5e140c820781b82cf01c4e15ddd1e2 (diff)
downloadautoconf-archive-4b29b792f66fc75866fc1696648f92370a7f220f.tar.gz
ax_cc_tentdef.m4: fix typo
-rw-r--r--m4/ax_cc_tentdef.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_cc_tentdef.m4 b/m4/ax_cc_tentdef.m4
index 5b119fc..1cc7005 100644
--- a/m4/ax_cc_tentdef.m4
+++ b/m4/ax_cc_tentdef.m4
@@ -8,7 +8,7 @@
#
# DESCRIPTION
#
-# Determine whether the C compiler supports C tentative defintions. See
+# Determine whether the C compiler supports C tentative definitions. 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 tentative definitions, whereas some compiler