changeset 39281:9a96183a91cd

Spelling fix
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 17 Mar 2018 21:07:51 -0700
parents 999348691f36
children cff713966bdc
files m4/getloadavg.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/getloadavg.m4	Fri Mar 16 16:25:02 2018 +0100
+++ b/m4/getloadavg.m4	Sat Mar 17 21:07:51 2018 -0700
@@ -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 @@
 
 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], [],