summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 20:09:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 20:09:01 +0000
commit2e26bbd059ddf037081dd5501a2c31e69b50b5e4 (patch)
tree06bf9286357675a7b9a62b9650ab76d3d261529f /c/src/lib/libbsp/sh/gensh1/startup/bspstart.c
parentPatch from Eric Norum <eric@skatter.usask.ca>: (diff)
downloadrtems-2e26bbd059ddf037081dd5501a2c31e69b50b5e4.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
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 (:-)
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/startup/bspstart.c2
1 files changed, 1 insertions, 1 deletions
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.
*/