[nasm:nasm-2.16.xx] autoconf, doc: fix comment in header to pa_have_func.m4

nasm-bot for H. Peter Anvin hpa at zytor.com
Wed Dec 21 18:39:05 PST 2022


Commit-ID:  49bbfed017b4b18740bf26d34d6dd6003ebe82b6
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=49bbfed017b4b18740bf26d34d6dd6003ebe82b6
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Wed, 21 Dec 2022 18:19:19 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Wed, 21 Dec 2022 18:19:19 -0800

autoconf, doc: fix comment in header to pa_have_func.m4

Comment change only

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 autoconf/m4/pa_have_func.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autoconf/m4/pa_have_func.m4 b/autoconf/m4/pa_have_func.m4
index b00145a0..867320e0 100644
--- a/autoconf/m4/pa_have_func.m4
+++ b/autoconf/m4/pa_have_func.m4
@@ -1,8 +1,8 @@
 dnl --------------------------------------------------------------------------
-dnl PA_HAVE_FUNC(func_name)
+dnl PA_HAVE_FUNC(func_name, arguments)
 dnl
 dnl Look for a function with the specified arguments which could be
-dnl a builtin/intrinsic function.
+dnl a macro/builtin/intrinsic function.
 dnl --------------------------------------------------------------------------
 AC_DEFUN([PA_HAVE_FUNC],
 [AC_MSG_CHECKING([for $1])


More information about the Nasm-commits mailing list