]> granicus.if.org Git - zfs/commitdiff
Fix typos in config/
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Fri, 30 Aug 2019 16:40:30 +0000 (18:40 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Aug 2019 16:40:30 +0000 (09:40 -0700)
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9232

config/ax_code_coverage.m4
config/kernel-dentry-operations.m4
config/kernel-mkdir-umode-t.m4
config/kernel-timer.m4
config/lib-link.m4
config/pkg.m4
config/user.m4
config/zfs-build.m4

index 4417d4444a9628c735629a3498d441d2b563ec45..5cdfe14562aa1a0ba97bb6d9223e68806d0347e5 100644 (file)
@@ -50,7 +50,7 @@
 #   CODE_COVERAGE_LIBS is preferred for clarity; CODE_COVERAGE_LDFLAGS is
 #   deprecated. They have the same value.
 #
-#   This code was derived from Makefile.decl in GLib, originally licenced
+#   This code was derived from Makefile.decl in GLib, originally licensed
 #   under LGPLv2.1+.
 #
 # LICENSE
index 61f5a27af5a782baef51f903794eecc60920d704..2cd2553010d79b7c011ad653ab259f1ee4bb2437 100644 (file)
@@ -69,7 +69,7 @@ AC_DEFUN([ZFS_AC_KERNEL_D_SET_D_OP],
 ])
 
 dnl #
-dnl # 2.6.38 API chage
+dnl # 2.6.38 API change
 dnl # Added sb->s_d_op default dentry_operations member
 dnl #
 AC_DEFUN([ZFS_AC_KERNEL_S_D_OP],
index ebc21be9ec55f1fb43cce5306cc182a15c6d8c8c..1c9fa9be3ce74e5498494950df9724367e2fe12a 100644 (file)
@@ -4,7 +4,7 @@ dnl # The VFS .create, .mkdir and .mknod callbacks were updated to take a
 dnl # umode_t type rather than an int.  The expectation is that any backport
 dnl # would also change all three prototypes.  However, if it turns out that
 dnl # some distribution doesn't backport the whole thing this could be
-dnl # broken apart in to three separate checks.
+dnl # broken apart into three separate checks.
 dnl #
 AC_DEFUN([ZFS_AC_KERNEL_MKDIR_UMODE_T], [
        AC_MSG_CHECKING([whether iops->create()/mkdir()/mknod() take umode_t])
index b0e1afa153ab2e7c6e826abd2ef9c9aebf3ef4a3..d90642043073f86dacb62d98ea0c1ed1d653b05a 100644 (file)
@@ -6,7 +6,7 @@ dnl # (older kernels).  Also sanity check the from_timer() and timer_setup()
 dnl # macros are available as well, since they will be used in the same newer
 dnl # kernels that support the new timer_list.func signature.
 dnl #
-dnl # Also check for the existance of flags in struct timer_list, they were
+dnl # Also check for the existence of flags in struct timer_list, they were
 dnl # added in 4.1-rc8 via 0eeda71bc30d.
 
 AC_DEFUN([ZFS_AC_KERNEL_TIMER_SETUP], [
index 0ff10731facd82df2d2e94453bbbf44b0d475965..01766c315c9714eb6529a98a3b319c541e411c85 100644 (file)
@@ -216,7 +216,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
     fi
 ])
   dnl Search the library and its dependencies in $additional_libdir and
-  dnl $LDFLAGS. Using breadth-first-seach.
+  dnl $LDFLAGS. Using breadth-first-search.
   LIB[]NAME=
   LTLIB[]NAME=
   INC[]NAME=
index 13a889017866a112bbf088864210d7ada61b5682..f9075e56c87afe6fa5032aef2449eb57a5815bcb 100644 (file)
@@ -86,7 +86,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
 dnl
 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-dnl only at the first occurence in configure.ac, so if the first place
+dnl only at the first occurrence in configure.ac, so if the first place
 dnl it's called might be skipped (such as if it is within an "if", you
 dnl have to call PKG_CHECK_EXISTS manually
 AC_DEFUN([PKG_CHECK_EXISTS],
index 1ee9dbe263bcc02343e991a57c35ef36077da044..3d97e9a418c34f8de42cc28d83f07ed4ef84c3de 100644 (file)
@@ -27,7 +27,7 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [
 
 dnl #
 dnl # Setup the environment for the ZFS Test Suite.  Currently only
-dnl # Linux sytle systems are supported but this infrastructure can
+dnl # Linux style systems are supported but this infrastructure can
 dnl # be extended to support other platforms if needed.
 dnl #
 AC_DEFUN([ZFS_AC_TEST_FRAMEWORK], [
index 8e221f2d7d40a459ea75693640b810828beaae50..c2e5bb25fe2e39c78be88b72ef994bb4da0b1a67 100644 (file)
@@ -461,7 +461,7 @@ AC_DEFUN([ZFS_AC_DEFAULT_PACKAGE], [
        AC_MSG_RESULT([$DEFAULT_INIT_SCRIPT])
        AC_SUBST(DEFAULT_INIT_SCRIPT)
 
-       AC_MSG_CHECKING([default init config direectory])
+       AC_MSG_CHECKING([default init config directory])
        case "$VENDOR" in
                alpine)     DEFAULT_INITCONF_DIR=/etc/conf.d    ;;
                gentoo)     DEFAULT_INITCONF_DIR=/etc/conf.d    ;;