summaryrefslogtreecommitdiffstats
path: root/c-user/interrupt_manager.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/interrupt_manager.rst')
-rw-r--r--c-user/interrupt_manager.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/interrupt_manager.rst b/c-user/interrupt_manager.rst
index e971d60..2734f17 100644
--- a/c-user/interrupt_manager.rst
+++ b/c-user/interrupt_manager.rst
@@ -341,7 +341,7 @@ NOTES:
This directive will not cause the calling task to be preempted.
- This directive is only available in uni-processor configurations. The
+ This directive is only available in uniprocessor configurations. The
directive ``rtems_interrupt_local_disable`` is available in all
configurations.
@@ -414,7 +414,7 @@ NOTES:
This directive will not cause the calling task to be preempted.
- This directive is only available in uni-processor configurations. The
+ This directive is only available in uniprocessor configurations. The
directive ``rtems_interrupt_local_enable`` is available in all
configurations.
@@ -454,7 +454,7 @@ NOTES:
This directive will not cause the calling task to be preempted.
- This directive is only available in uni-processor configurations. The
+ This directive is only available in uniprocessor configurations. The
directives ``rtems_interrupt_local_disable`` and
``rtems_interrupt_local_enable`` are available in all configurations.