summaryrefslogtreecommitdiffstats
path: root/firmware/thread.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-12-28 14:24:13 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-12-28 14:24:13 +0000
commit5ea9bf39b86d7081a53bcc9aac434512f2b908ce (patch)
tree326cee3b92320580c99ca765d5a71772fd3da429 /firmware/thread.c
parent39b3c9a61279b1856ce7e6cef132b09c9befbb48 (diff)
downloadrockbox-5ea9bf39b86d7081a53bcc9aac434512f2b908ce.tar.gz
rockbox-5ea9bf39b86d7081a53bcc9aac434512f2b908ce.zip
Comment about thread_id_entry missleading and wrong. Fix the dumb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28918 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/thread.c')
-rw-r--r--firmware/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 6cd4d33c6e..24bbb317f9 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -1509,7 +1509,7 @@ static struct thread_entry * find_empty_thread_slot(void)
/*---------------------------------------------------------------------------
* Return the thread_entry pointer for a thread_id. Return the current
- * thread if the ID is 0 (alias for current).
+ * thread if the ID is (unsigned int)-1 (alias for current).
*---------------------------------------------------------------------------
*/
struct thread_entry * thread_id_entry(unsigned int thread_id)