summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-15 13:27:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-15 13:27:03 +0000
commit98d8ba328299e20c7b65cf5e026eb56d235006fd (patch)
treea5c1a12286ed87ca623087d9789483bcb4a8486a /cpukit/posix
parent2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-98d8ba328299e20c7b65cf5e026eb56d235006fd.tar.bz2
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/rtems/posix/pthread.h: Remove stray comment. Work-around doxygen comment bug.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h
index 51dae8737e..aed74f4353 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/posix/include/rtems/posix/pthread.h
@@ -2,8 +2,7 @@
* @file rtems/posix/pthread.h
*/
-/* rtems/posix/pthread.h
- *
+/*
* This include file contains all the private support information for
* POSIX threads.
*
@@ -131,7 +130,8 @@ void _POSIX_Threads_Sporadic_budget_callout(
*
* This routine supports the sporadic scheduling algorithm.
*
- * @param[in] the_thread is the thread whose budget has been exceeded.
+ * @param[in] id
+ * @param[in] argument
*/
void _POSIX_Threads_Sporadic_budget_TSR(
Objects_Id id,