summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/scheduleredf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/scheduleredf.h')
-rw-r--r--cpukit/score/include/rtems/score/scheduleredf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/scheduleredf.h b/cpukit/score/include/rtems/score/scheduleredf.h
index 090974bb07..b28bed1363 100644
--- a/cpukit/score/include/rtems/score/scheduleredf.h
+++ b/cpukit/score/include/rtems/score/scheduleredf.h
@@ -193,7 +193,7 @@ void _Scheduler_EDF_Unblock(
* and place it back. The rbtree ready queue is responsible for FIFO ordering
* in such a case.
*
- * @param[in/out] thread The yielding thread.
+ * @param[in,out] thread The yielding thread.
*/
void _Scheduler_EDF_Yield( Thread_Control *thread );