[rtems commit] score: Clarify thread life state documentation

Sebastian Huber sebh at rtems.org
Mon Feb 1 11:48:25 UTC 2021


Module:    rtems
Branch:    master
Commit:    56494ed8d11f21b49099fbe9f2f6d633dbfe2277
Changeset: http://git.rtems.org/rtems/commit/?id=56494ed8d11f21b49099fbe9f2f6d633dbfe2277

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Feb  1 12:47:38 2021 +0100

score: Clarify thread life state documentation

---

 cpukit/include/rtems/score/thread.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/include/rtems/score/thread.h b/cpukit/include/rtems/score/thread.h
index e8252b3..0920a44 100644
--- a/cpukit/include/rtems/score/thread.h
+++ b/cpukit/include/rtems/score/thread.h
@@ -662,8 +662,8 @@ typedef struct {
  * @brief This type represents the thread life state.
  *
  * The thread life state is orthogonal to the thread state used for
- * synchronization primitives and blocking operations.  They reflect the state
- * changes triggered with thread restart and delete requests.
+ * synchronization primitives and blocking operations.  The thread life state
+ * reflects changes triggered by thread restart and delete requests.
  *
  * The individual state flags must be a power of two to allow use of bit
  * operations to manipulate and evaluate the thread life state.



More information about the vc mailing list