summaryrefslogtreecommitdiffstats
path: root/doc/user/timer.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-15 21:50:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-15 21:50:40 +0000
commit5e60f15d2304ff4a16ca9c27b744919390befe6f (patch)
treeeb9636ddbb41ed36e62343a26f04fbc9eb9f082c /doc/user/timer.t
parent2008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5e60f15d2304ff4a16ca9c27b744919390befe6f.tar.bz2
2008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
Diffstat (limited to 'doc/user/timer.t')
-rw-r--r--doc/user/timer.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/timer.t b/doc/user/timer.t
index 6c2e0e258a..980d68d63d 100644
--- a/doc/user/timer.t
+++ b/doc/user/timer.t
@@ -68,7 +68,7 @@ in task rather than interrupt space, the application is
allowed a bit more flexibility in what operations a timer
service routine can perform. For example, the Timer Server
can be configured to have a floating point context in which case
-it would be save to perform floating point operations
+it would be safe to perform floating point operations
from a task-based timer. Most of the time, executing floating
point instructions from an interrupt service routine
is not considered safe. However, since the Timer Server task