summaryrefslogtreecommitdiffstats
path: root/doc/user/timer.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/timer.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 '')
-rw-r--r--doc/user/timer.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/timer.t b/doc/user/timer.t
index 17a6ab4cf7..3b929a6e40 100644
--- a/doc/user/timer.t
+++ b/doc/user/timer.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
@@ -49,7 +49,7 @@ would be performed by the application code which invoked the
The timer can be used to implement watchdog routines
which only fire to denote that an application error has
occurred. The timer is reset at specific points in the
-application to insure that the watchdog does not fire. Thus, if
+application to ensure that the watchdog does not fire. Thus, if
the application does not reset the watchdog timer, then the
timer service routine will fire to indicate that the application
has failed to reach a reset point. This use of a timer is