summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/pthread.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-15 13:26:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-15 13:26:31 +0000
commitdbcc8ea95fa2f2dd45396bffffed1d31934b5df3 (patch)
tree9d479be30966143227f92c6377b72600f7221d2c /cpukit/posix/include/rtems/posix/pthread.h
parent2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dbcc8ea95fa2f2dd45396bffffed1d31934b5df3.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 '')
-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,