From 2e26bbd059ddf037081dd5501a2c31e69b50b5e4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 19 Nov 1998 20:09:01 +0000 Subject: Patch from Ralf Corsepius : Here is a cosmetic patch which corrects a few spelling problems in parts written by me. Apparently, I must have written these under the influence of ether (:-) --- aclocal/canonicalize-tools.m4 | 4 ++-- c/src/lib/libbsp/sh/gensh1/startup/bspstart.c | 2 +- configure.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aclocal/canonicalize-tools.m4 b/aclocal/canonicalize-tools.m4 index 4857c611fc..762e98bf74 100644 --- a/aclocal/canonicalize-tools.m4 +++ b/aclocal/canonicalize-tools.m4 @@ -55,7 +55,7 @@ else *) # invalid for AC_PATH_PROG AC_MSG_RESULT("no") AC_MSG_ERROR([***] - [Environment variable $1 should ether] + [Environment variable $1 should either] [be unset (preferred) or contain an absolute path]) ;; esac @@ -86,7 +86,7 @@ dnl special treatment of ranlib else AC_MSG_ERROR([***] [Can't figure out how to build a library index] - [Nether ranlib nor ar -s seem to be available] ) + [Neither ranlib nor ar -s seem to be available] ) fi fi diff --git a/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c b/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c index e9e72c3830..08aaf8d905 100644 --- a/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c +++ b/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c @@ -86,7 +86,7 @@ void bsp_start(void) For real boards you need to setup the hardware and need to copy the vector table from rom to ram. - Depending on the board this can ether be done from inside the rom + Depending on the board this can either be done from inside the rom startup code, rtems startup code or here. */ diff --git a/configure.in b/configure.in index fe1105b60d..24b8f8c102 100644 --- a/configure.in +++ b/configure.in @@ -225,7 +225,7 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then AC_MSG_ERROR([***] [Inconsistency in compiler configuration:] [Target C compiler and Target C++ compiler] - [must both ether be cross compilers or native compilers] + [must both either be cross compilers or native compilers] [Hint: If building a posix bsp: LD_LIBRARY_PATH?] ) fi else -- cgit v1.2.3