summaryrefslogtreecommitdiff
path: root/m4/ax_check_func_in.m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2011-06-15 02:04:27 +0100
committerReuben Thomas <rrt@sc3d.org>2011-06-15 02:04:27 +0100
commit30056a7c7452c37ae401376319c7c19ab3746b38 (patch)
tree6c316ef64a4cbf1291e2293e218607ef73caa8b6 /m4/ax_check_func_in.m4
parent59a637d4b65c720ea83b0cc6d34efe5e3d71041f (diff)
downloadautoconf-archive-30056a7c7452c37ae401376319c7c19ab3746b38.tar.gz
Fix trivial comment typo.
Diffstat (limited to 'm4/ax_check_func_in.m4')
-rw-r--r--m4/ax_check_func_in.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_check_func_in.m4 b/m4/ax_check_func_in.m4
index 1a9953b..b2dd4f8 100644
--- a/m4/ax_check_func_in.m4
+++ b/m4/ax_check_func_in.m4
@@ -4,7 +4,7 @@
#
# SYNOPSIS
#
-# AX_CHECK_FUNC_IN(HEADER, FUNCTION [,ACTION-IF-FOUNC [,ACTION-IF-NOT-FOUND]])
+# AX_CHECK_FUNC_IN(HEADER, FUNCTION [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]])
#
# DESCRIPTION
#
@@ -40,7 +40,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 5
+#serial 6
dnl AX_CHECK_FUNC_IN(HEADER, FUNCTION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
AU_ALIAS([AC_CHECK_FUNC_IN], [AX_CHECK_FUNC_IN])