aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/threads.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-01 13:59:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-01 13:59:31 +0000
commitad6e94828f737d658fcfeca90067d857458c7555 (patch)
tree4ff3ce1f31ead644484d0221bd7ba40eca986ce9 /src/include/threads.h
parent53e4f68189cf27bc49f2d92bc869c93bd886876b (diff)
downloadChibiOS-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.h2
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.*/