summaryrefslogtreecommitdiff
path: root/m4/ax_cc_tentdef.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2023-05-01 21:32:31 +0200
committerGitHub <noreply@github.com>2023-05-01 21:32:31 +0200
commit53db152f8795e8e8831aee465590bcacaca3d7d0 (patch)
tree90ec59a09f3fbbff0b634eef464b95c37c9600ef /m4/ax_cc_tentdef.m4
parented466f7ff448260f37ce3e72c92541dcf6e6b327 (diff)
parent9ff60fe6598f8a8b43a1a68178be90b17f383699 (diff)
downloadautoconf-archive-53db152f8795e8e8831aee465590bcacaca3d7d0.tar.gz
Merge pull request #277 from chu11/fix_typos
Fix various typos
Diffstat (limited to 'm4/ax_cc_tentdef.m4')
-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