From 56494ed8d11f21b49099fbe9f2f6d633dbfe2277 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 1 Feb 2021 12:47:38 +0100 Subject: score: Clarify thread life state documentation --- cpukit/include/rtems/score/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/include/rtems/score') 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. -- cgit v1.2.3