mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/barrier.t, 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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user