summaryrefslogtreecommitdiffstats
path: root/c-user/self_contained_objects.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 14:18:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-07 15:33:02 +0100
commit464d541653f0ca478b0bfc0bc7f5e3270dead6e5 (patch)
tree6203f3e37f2ecd4e45d7a27bae4cebd3c2255047 /c-user/self_contained_objects.rst
parentc-user: Sort scheduler configuration options (diff)
downloadrtems-docs-464d541653f0ca478b0bfc0bc7f5e3270dead6e5.tar.bz2
c-user: Use uniprocessor throughout
Diffstat (limited to 'c-user/self_contained_objects.rst')
-rw-r--r--c-user/self_contained_objects.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/self_contained_objects.rst b/c-user/self_contained_objects.rst
index ee43463..28c9839 100644
--- a/c-user/self_contained_objects.rst
+++ b/c-user/self_contained_objects.rst
@@ -122,7 +122,7 @@ Mutual Exclusion
The :c:type:`rtems_mutex` and :c:type:`rtems_recursive_mutex` objects provide
mutual-exclusion synchronization using the :ref:`PriorityInheritance` in
-uni-processor configurations or the :ref:`OMIP` in SMP configurations.
+uniprocessor configurations or the :ref:`OMIP` in SMP configurations.
Recursive locking should be used with care :cite:`Williams:2012:CA`. The
storage space for these object must be provided by the user. There are no
defined comparison or assignment operators for these type. Only the object