[PATCH] c-user: Remove spurious "is undefined. "
Martin Erik Werner
martinerikwerner at gmail.com
Sat Feb 29 00:26:49 UTC 2020
Remove a spurious "is undefined. " fragment which was likely a leftover
from sentence re-use.
---
c-user/self_contained_objects.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/c-user/self_contained_objects.rst b/c-user/self_contained_objects.rst
index 1c1e664..0be1423 100644
--- a/c-user/self_contained_objects.rst
+++ b/c-user/self_contained_objects.rst
@@ -159,8 +159,7 @@ They must be destroyed via
* :c:func:`rtems_mutex_destroy`.
-is undefined. Objects of the type :c:type:`rtems_recursive_mutex` must be
-initialized via
+Objects of the type :c:type:`rtems_recursive_mutex` must be initialized via
* :c:func:`RTEMS_RECURSIVE_MUTEX_INITIALIZER`, or
--
2.20.1
More information about the devel
mailing list