From 7a8a639390c290a9351943b42216bea64d92e77d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Mar 2013 03:27:50 +0100 Subject: [PATCH] build: resolve orthographic and other grammatical errors Signed-off-by: Jan Engelhardt Signed-off-by: Brian Behlendorf --- config/spl-build.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/spl-build.m4 b/config/spl-build.m4 index 233eea0..8a8e3ba 100644 --- a/config/spl-build.m4 +++ b/config/spl-build.m4 @@ -105,7 +105,7 @@ AC_DEFUN([SPL_AC_MODULE_SYMVERS], [ if ! test -f "$LINUX_OBJ/$LINUX_SYMBOLS"; then 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.]) fi @@ -156,7 +156,7 @@ AC_DEFUN([SPL_AC_KERNEL], [ if test ! -d "$kernelsrc"; then 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.]) fi @@ -229,10 +229,10 @@ AC_DEFUN([SPL_AC_CONFIG_USER], []) dnl # dnl # Check for rpm+rpmbuild to build RPM packages. If these tools -dnl # are missing it is non-fatal but you will not be able to build +dnl # are missing, it is non-fatal, but you will not be able to build dnl # RPM packages and will be warned if you try too. dnl # -dnl # By default the generic spec file will be used because it requires +dnl # By default, the generic spec file will be used because it requires dnl # minimal dependencies. Distribution specific spec files can be dnl # placed under the 'rpm/' directory and enabled using dnl # the --with-spec= configure option. -- 2.39.2