diff options
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index 00a948c3f..8d5c572e6 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -37,7 +37,7 @@ struct Thread { Thread *p_next; /**< Next @p Thread in the threads list/queue.*/ /* End of the fields shared with the ThreadsList structure. */ - Thread *p_prev; /**< Previous @p Thread in the thread + Thread *p_prev; /**< Previous @p Thread in the threads queue.*/ /* End of the fields shared with the ThreadsQueue structure. */ tprio_t p_prio; /**< Thread priority.*/ |