Changeset 2e26bbd in rtems


Ignore:
Timestamp:
11/19/98 20:09:01 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8a9caa03
Parents:
847375f
Message:

Patch from Ralf Corsepius <corsepiu@…>:

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 (:-)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • aclocal/canonicalize-tools.m4

    r847375f r2e26bbd  
    5656      AC_MSG_RESULT("no")
    5757      AC_MSG_ERROR([***]
    58         [Environment variable $1 should ether]
     58        [Environment variable $1 should either]
    5959        [be unset (preferred) or contain an absolute path])
    6060    ;;
     
    8787      AC_MSG_ERROR([***]
    8888        [Can't figure out how to build a library index]
    89         [Nether ranlib nor ar -s seem to be available] )
     89        [Neither ranlib nor ar -s seem to be available] )
    9090    fi
    9191  fi
  • c/src/lib/libbsp/sh/gensh1/startup/bspstart.c

    r847375f r2e26bbd  
    8787     and need to copy the vector table from rom to ram.
    8888
    89      Depending on the board this can ether be done from inside the rom
     89     Depending on the board this can either be done from inside the rom
    9090     startup code, rtems startup code or here.
    9191   */
  • configure.in

    r847375f r2e26bbd  
    226226     [Inconsistency in compiler configuration:]
    227227     [Target C compiler and Target C++ compiler]
    228      [must both ether be cross compilers or native compilers]
     228     [must both either be cross compilers or native compilers]
    229229     [Hint: If building a posix bsp: LD_LIBRARY_PATH?] )
    230230  fi
Note: See TracChangeset for help on using the changeset viewer.