summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-03-29 16:25:16 +0200
committerPeter Simons <simons@cryp.to>2017-03-29 16:25:16 +0200
commit3c2bf14bdf6c24f1bd449f8408859520e6dcf004 (patch)
tree911ea21e95639c476224e2225ed89b7a991c046e /m4
parent69bdbd1c2b13a5bacbece9101acbb7a000ad033e (diff)
downloadautoconf-archive-3c2bf14bdf6c24f1bd449f8408859520e6dcf004.tar.gz
AX_SYS_LARGEFILE_SENSITIVE: fix spelling of immediately
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_sys_largefile_sensitive.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_sys_largefile_sensitive.m4 b/m4/ax_sys_largefile_sensitive.m4
index aa3b830..90db1e2 100644
--- a/m4/ax_sys_largefile_sensitive.m4
+++ b/m4/ax_sys_largefile_sensitive.m4
@@ -15,7 +15,7 @@
#
# This macro builds on top of AC_SYS_LARGEFILE to detect whether special
# options are needed to make the code use 64bit off_t - in many setups
-# this will also make the code use 64bit off_t immediatly.
+# this will also make the code use 64bit off_t immediately.
#
# The common use of a LARGEFILE_SENSITIVE config.h-define is to rename
# exported functions, usually adding a 64 to the original function name.
@@ -63,7 +63,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 9
+#serial 10
AU_ALIAS([AC_SYS_LARGEFILE_SENSITIVE], [AX_SYS_LARGEFILE_SENSITIVE])
AC_DEFUN([AX_SYS_LARGEFILE_SENSITIVE],[dnl