summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/init.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 18:35:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 18:35:56 +0000
commit8babe99254592361fc886431488289ea058e55cc (patch)
treeec8137b73b4a4592026cefe8f2fa7b4483190732 /doc/bsp_howto/init.t
parent2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-8babe99254592361fc886431488289ea058e55cc.tar.bz2
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1824/cpukit * bsp_howto/init.t, bsp_howto/support.t, user/init.t: Return exit/shutdown status back to boot_card().
Diffstat (limited to 'doc/bsp_howto/init.t')
-rw-r--r--doc/bsp_howto/init.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bsp_howto/init.t b/doc/bsp_howto/init.t
index 296f69b5d0..1d8fe41bcf 100644
--- a/doc/bsp_howto/init.t
+++ b/doc/bsp_howto/init.t
@@ -97,7 +97,7 @@ RTEMS, device driver initialization phases, and the context switch
to the first application task. After this, the application executes
until it calls @code{exit}, @code{rtems_shutdown_executive}, or some
other normal termination initiating routine and control is returned
-to @code{bootcard.c} which allows the BSP to perform some clanup in C
+to @code{bootcard.c} which allows the BSP to perform some cleanup in C
(@code{bsp_cleanup}) and then @code{boot_card} returns to the assembly
language which initially invoked it.