diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-01 13:59:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-01 13:59:31 +0000 |
commit | ad6e94828f737d658fcfeca90067d857458c7555 (patch) | |
tree | 4ff3ce1f31ead644484d0221bd7ba40eca986ce9 /src/include/threads.h | |
parent | 53e4f68189cf27bc49f2d92bc869c93bd886876b (diff) | |
download | ChibiOS-ad6e94828f737d658fcfeca90067d857458c7555.tar.gz ChibiOS-ad6e94828f737d658fcfeca90067d857458c7555.tar.bz2 ChibiOS-ad6e94828f737d658fcfeca90067d857458c7555.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@708 35acf78f-673a-0410-8e92-d51de3d6d3f4
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.*/ |