summaryrefslogtreecommitdiffstats
path: root/doc/user/init.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-16 18:30:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-16 18:30:16 +0000
commit211cafba7fffec27986d8e5e9b3826af94e4e383 (patch)
tree125c1cfc35401728d83ca721816d902a0f4a7f85 /doc/user/init.t
parent2008-04-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-211cafba7fffec27986d8e5e9b3826af94e4e383.tar.bz2
2008-04-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t, user/timer.t: Correct default values. Make it clear that confdefs.h calculates the memory required for you.
Diffstat (limited to 'doc/user/init.t')
-rw-r--r--doc/user/init.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/init.t b/doc/user/init.t
index 375cc6ea0f..3dc368f9d1 100644
--- a/doc/user/init.t
+++ b/doc/user/init.t
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1988-2007.
+@c COPYRIGHT (c) 1988-2008.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@@ -37,7 +37,7 @@ they are defined in the User Initialization Tasks Table and
automatically created and started by RTEMS as part of its
initialization sequence. Since the initialization tasks are
scheduled using the same algorithm as all other RTEMS tasks,
-they must be configured at a priority and mode which will insure
+they must be configured at a priority and mode which will ensure
that they will complete execution before other application tasks
execute. Although there is no upper limit on the number of
initialization tasks, an application is required to define at
@@ -57,7 +57,7 @@ initialization tasks.
The System Initialization Task is responsible for
initializing all device drivers. As a result, this task has a
-higher priority than all other tasks to insure that no
+higher priority than all other tasks to ensure that no
application tasks executes until all device drivers are
initialized. After device initialization in a single processor
system, this task will delete itself.