diff options
author | Andrea Gelmini <[email protected]> | 2021-04-02 18:38:53 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-07 13:27:11 -0700 |
commit | ca7af7f675bb93bc6610437973e3a59c8853991e (patch) | |
tree | c34c18ef6df827d6a0550e2664cf1dc56f42cbdf /config | |
parent | 35cce6ea6375c8f2e36d4569776f837fcac64289 (diff) |
Fix various typos
Correct an assortment of typos throughout the code base.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #11774
Diffstat (limited to 'config')
-rw-r--r-- | config/CppCheck.am | 2 | ||||
-rw-r--r-- | config/kernel-generic_fillattr.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/CppCheck.am b/config/CppCheck.am index 13c633c60..e53013bd0 100644 --- a/config/CppCheck.am +++ b/config/CppCheck.am @@ -1,5 +1,5 @@ # -# Default rules for running cppcheck against the the user space components. +# Default rules for running cppcheck against the user space components. # PHONY += cppcheck diff --git a/config/kernel-generic_fillattr.m4 b/config/kernel-generic_fillattr.m4 index 50c803130..0acd5d531 100644 --- a/config/kernel-generic_fillattr.m4 +++ b/config/kernel-generic_fillattr.m4 @@ -16,7 +16,7 @@ AC_DEFUN([ZFS_AC_KERNEL_SRC_GENERIC_FILLATTR_USERNS], [ ]) AC_DEFUN([ZFS_AC_KERNEL_GENERIC_FILLATTR_USERNS], [ - AC_MSG_CHECKING([whether generic_fillattr requres struct user_namespace*]) + AC_MSG_CHECKING([whether generic_fillattr requires struct user_namespace*]) ZFS_LINUX_TEST_RESULT([generic_fillattr_userns], [ AC_MSG_RESULT([yes]) AC_DEFINE(HAVE_GENERIC_FILLATTR_USERNS, 1, |