summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulersimple.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulersimple.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulersimple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/schedulersimple.h b/cpukit/score/include/rtems/score/schedulersimple.h
index 0cdc8fcd91..17514cc4c2 100644
--- a/cpukit/score/include/rtems/score/schedulersimple.h
+++ b/cpukit/score/include/rtems/score/schedulersimple.h
@@ -82,7 +82,7 @@ void _Scheduler_simple_Schedule( void );
* the timeslice counter is reset. The heir THREAD will be updated if the
* running is also the currently the heir.
*
- * @param[in/out] thread The yielding thread.
+ * @param[in,out] thread The yielding thread.
*/
void _Scheduler_simple_Yield( Thread_Control *thread );