summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulerpriority.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulerpriority.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulerpriority.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/schedulerpriority.h b/cpukit/score/include/rtems/score/schedulerpriority.h
index f6fdaffd7c..abd48196f2 100644
--- a/cpukit/score/include/rtems/score/schedulerpriority.h
+++ b/cpukit/score/include/rtems/score/schedulerpriority.h
@@ -161,7 +161,7 @@ void _Scheduler_priority_Unblock(
* + ready chain
* + select heir
*
- * @param[in/out] thread The yielding thread.
+ * @param[in,out] thread The yielding thread.
*/
void _Scheduler_priority_Yield( Thread_Control *thread );