summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulerimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulerimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulerimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/schedulerimpl.h b/cpukit/score/include/rtems/score/schedulerimpl.h
index 7bf4038b5e..43257c4a7a 100644
--- a/cpukit/score/include/rtems/score/schedulerimpl.h
+++ b/cpukit/score/include/rtems/score/schedulerimpl.h
@@ -471,8 +471,9 @@ RTEMS_INLINE_ROUTINE void _Scheduler_Tick( void )
/**
* @brief Starts the idle thread for a particular processor.
*
+ * @param[in] scheduler The scheduler instance.
* @param[in,out] the_thread The idle thread for the processor.
- * @parma[in,out] processor The processor for the idle thread.
+ * @param[in,out] cpu The processor for the idle thread.
*
* @see _Thread_Create_idle().
*/