summaryrefslogtreecommitdiff
path: root/doc/user/timer.t
diff options
context:
space:
mode:
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 88c59d7306..43476bb5de 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