]> Savannah Git Hosting - gnulib.git/commitdiff
Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Mar 2018 04:07:51 +0000 (21:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Mar 2018 04:08:31 +0000 (21:08 -0700)
m4/getloadavg.m4

index 7b6a09a5c5b6aaf390f7b52c4a1705b4ac02d29a..d3a8910ecfca04424032f869a32d3957b6c4acd2 100644 (file)
@@ -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], [],