summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-01 12:47:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-01 12:48:10 +0100
commit56494ed8d11f21b49099fbe9f2f6d633dbfe2277 (patch)
tree830743bab7129bbc4039de0a7779ce09d2c68d38
parentscore: Document Thread_Life_state (diff)
downloadrtems-56494ed8d11f21b49099fbe9f2f6d633dbfe2277.tar.bz2
score: Clarify thread life state documentation
-rw-r--r--cpukit/include/rtems/score/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/thread.h b/cpukit/include/rtems/score/thread.h
index e8252b364f..0920a44177 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.