From 4b29b792f66fc75866fc1696648f92370a7f220f Mon Sep 17 00:00:00 2001 From: Albert Chu Date: Tue, 18 Apr 2023 16:41:13 -0700 Subject: ax_cc_tentdef.m4: fix typo --- m4/ax_cc_tentdef.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1