Skip to content

Commit 49bbfed

Browse files
author
H. Peter Anvin
committed
autoconf, doc: fix comment in header to pa_have_func.m4
Comment change only Signed-off-by: H. Peter Anvin <[email protected]>
1 parent 4563bee commit 49bbfed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoconf/m4/pa_have_func.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dnl --------------------------------------------------------------------------
2-
dnl PA_HAVE_FUNC(func_name)
2+
dnl PA_HAVE_FUNC(func_name, arguments)
33
dnl
44
dnl Look for a function with the specified arguments which could be
5-
dnl a builtin/intrinsic function.
5+
dnl a macro/builtin/intrinsic function.
66
dnl --------------------------------------------------------------------------
77
AC_DEFUN([PA_HAVE_FUNC],
88
[AC_MSG_CHECKING([for $1])

0 commit comments

Comments
 (0)