summaryrefslogtreecommitdiffstats
path: root/c-user/self_contained_objects.rst
diff options
context:
space:
mode:
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