Spell checked.

This commit is contained in:
Joel Sherrill
1998-10-20 20:36:28 +00:00
parent 71f575e510
commit b43744a69d
3 changed files with 3 additions and 3 deletions

View File

@@ -374,7 +374,7 @@ program is started. It is common practice to place a copy of the initialized
can be used for this purpose. can be used for this purpose.
The following figure illustrates the steps a linked program goes through The following figure illustrates the steps a linked program goes through
to become a downloadabled image. to become a downloadable image.
@example @example
@group @group

View File

@@ -157,7 +157,7 @@ RTEMS_BSP_FAMILY=gen68340
# CPU flag to pass to GCC # CPU flag to pass to GCC
CPU_CFLAGS = -mcpu32 CPU_CFLAGS = -mcpu32
# optimisation flag to pass to GCC # optimization flag to pass to GCC
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# The name of the start file to be linked with. This file is the first # The name of the start file to be linked with. This file is the first

View File

@@ -110,7 +110,7 @@ in the following directory:
c/src/exec/score/cpu/CPU c/src/exec/score/cpu/CPU
@end example @end example
where CPU is replcaed with the CPU family name. where CPU is replaced with the CPU family name.
Within each CPU dependent directory inside the executive proper is a Within each CPU dependent directory inside the executive proper is a
file named @code{CPU.h} which contains information about each of the file named @code{CPU.h} which contains information about each of the