summaryrefslogtreecommitdiff
path: root/m4/getloadavg.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-03-17 21:07:51 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-03-17 21:08:31 -0700
commit4c1bdbf9f92bec5563cac7c944aa34bad883517f (patch)
tree8277df533074f0591bc7193c3001105b1d9cffd9 /m4/getloadavg.m4
parenta96f69a534a91f5a97379e32aa62bacb84e65d82 (diff)
downloadgnulib-4c1bdbf9f92bec5563cac7c944aa34bad883517f.tar.gz
Spelling fix
Diffstat (limited to 'm4/getloadavg.m4')
-rw-r--r--m4/getloadavg.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/getloadavg.m4 b/m4/getloadavg.m4
index 7b6a09a5c5..d3a8910ecf 100644
--- a/m4/getloadavg.m4
+++ b/m4/getloadavg.m4
@@ -7,7 +7,7 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-#serial 7
+#serial 8
# Autoconf defines AC_FUNC_GETLOADAVG, but that is obsolescent.
# New applications should use gl_GETLOADAVG instead.
@@ -22,7 +22,7 @@ AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
gl_save_LIBS=$LIBS
-# getloadvg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0,
+# getloadavg is present in libc on glibc >= 2.2, Mac OS X, FreeBSD >= 2.0,
# NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7.
HAVE_GETLOADAVG=1
AC_CHECK_FUNC([getloadavg], [],