aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJan Engelhardt <[email protected]>2013-03-30 03:27:50 +0100
committerBrian Behlendorf <[email protected]>2013-04-02 10:44:52 -0700
commit4e95cc99b029f519ec1d3fd86df2910e7cb0d156 (patch)
tree805233e7af5760861bbad4822ad5a3d08797ffe6 /config
parent4a5b1218088842cd5004d167da25ea96eb9a1a11 (diff)
build: resolve orthographic and other grammatical errors
Signed-off-by: Jan Engelhardt <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'config')
-rw-r--r--config/kernel.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/config/kernel.m4 b/config/kernel.m4
index 88590be7a..d8a7b3583 100644
--- a/config/kernel.m4
+++ b/config/kernel.m4
@@ -109,7 +109,7 @@ AC_DEFUN([ZFS_AC_MODULE_SYMVERS], [
AS_IF([test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"], [
AC_MSG_ERROR([
*** Please make sure the kernel devel package for your distribution
- *** is installed. If your building with a custom kernel make sure the
+ *** is installed. If you are building with a custom kernel, make sure the
*** kernel is configured, built, and the '--with-linux=PATH' configure
*** option refers to the location of the kernel source.])
])
@@ -163,7 +163,7 @@ AC_DEFUN([ZFS_AC_KERNEL], [
AS_IF([test ! -d "$kernelsrc"], [
AC_MSG_ERROR([
*** Please make sure the kernel devel package for your distribution
- *** is installed then try again. If that fails you can specify the
+ *** is installed and then try again. If that fails, you can specify the
*** location of the kernel source with the '--with-linux=PATH' option.])
])