From 961669db4e08be0329661ea99597e99769990659 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Jun 2013 15:30:37 +0200 Subject: documentation: Fix Doxygen comments --- cpukit/score/inline/rtems/score/scheduler.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/scheduler.inl') diff --git a/cpukit/score/inline/rtems/score/scheduler.inl b/cpukit/score/inline/rtems/score/scheduler.inl index dc5bdcc7d2..67d8327e36 100644 --- a/cpukit/score/inline/rtems/score/scheduler.inl +++ b/cpukit/score/inline/rtems/score/scheduler.inl @@ -213,8 +213,8 @@ RTEMS_INLINE_ROUTINE void _Scheduler_Tick( void ) /** * @brief Starts the idle thread for a particular processor. * - * @param[in/out] thread The idle thread for the processor. - * @parma[in/out] processor The processor for the idle thread. + * @param[in,out] thread The idle thread for the processor. + * @parma[in,out] processor The processor for the idle thread. * * @see _Thread_Create_idle(). */ -- cgit v1.2.3