summaryrefslogtreecommitdiffstats
path: root/m4/ul.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ul.m4')
-rw-r--r--m4/ul.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ul.m4 b/m4/ul.m4
index 8bfa9d9c0..b8a5390e3 100644
--- a/m4/ul.m4
+++ b/m4/ul.m4
@@ -13,7 +13,7 @@ AC_DEFUN([UL_PKG_STATIC], [
dnl UL_CHECK_LIB(LIBRARY, FUNCTION, [VARSUFFIX = $1]))
dnl
-dnl The VARSUFFIX is optional and overrides the default behaviour. For example:
+dnl The VARSUFFIX is optional and overrides the default behavior. For example:
dnl UL_CHECK_LIB(yyy, func, xxx) generates have_xxx and HAVE_LIBXXX
dnl UL_CHECK_LIB(yyy, func) generates have_yyy and HAVE_LIBYYY
dnl