[rtems-docs commit] c-user: Remove spurious "is undefined. "
Sebastian Huber
sebh at rtems.org
Fri Mar 6 15:39:17 UTC 2020
Module: rtems-docs
Branch: master
Commit: 5bbc34ff49f3589e58f1dd1f0f8a2bb2836f3514
Changeset: http://git.rtems.org/rtems-docs/commit/?id=5bbc34ff49f3589e58f1dd1f0f8a2bb2836f3514
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Sat Feb 29 01:26:49 2020 +0100
c-user: Remove spurious "is undefined. "
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
More information about the vc
mailing list