summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/bsp_howto/linkcmds.t2
-rw-r--r--doc/bsp_howto/makefiles.t2
-rw-r--r--doc/bsp_howto/target.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/bsp_howto/linkcmds.t b/doc/bsp_howto/linkcmds.t
index 58c8818c0c..6b92ed1326 100644
--- a/doc/bsp_howto/linkcmds.t
+++ b/doc/bsp_howto/linkcmds.t
@@ -374,7 +374,7 @@ program is started. It is common practice to place a copy of the initialized
can be used for this purpose.
The following figure illustrates the steps a linked program goes through
-to become a downloadabled image.
+to become a downloadable image.
@example
@group
diff --git a/doc/bsp_howto/makefiles.t b/doc/bsp_howto/makefiles.t
index fdcbc4a7be..c79ea01674 100644
--- a/doc/bsp_howto/makefiles.t
+++ b/doc/bsp_howto/makefiles.t
@@ -157,7 +157,7 @@ RTEMS_BSP_FAMILY=gen68340
# CPU flag to pass to GCC
CPU_CFLAGS = -mcpu32
-# optimisation flag to pass to GCC
+# optimization flag to pass to GCC
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# The name of the start file to be linked with. This file is the first
diff --git a/doc/bsp_howto/target.t b/doc/bsp_howto/target.t
index d7787a078e..0ca96d02d7 100644
--- a/doc/bsp_howto/target.t
+++ b/doc/bsp_howto/target.t
@@ -110,7 +110,7 @@ in the following directory:
c/src/exec/score/cpu/CPU
@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
file named @code{CPU.h} which contains information about each of the