summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 14:33:08 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 14:33:08 -0600
commita7e4de250436df590529cc7a295d099ade77d9d5 (patch)
tree693402b53f1a16870cd44cdf82a8e4a170bf2ef4 /cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
parentcoremuteximpl.h: Reorder macro names to match body and fix Doxygen warnings (diff)
downloadrtems-a7e4de250436df590529cc7a295d099ade77d9d5.tar.bz2
Fix even more Doxygen issues
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h b/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
index 91ffcd28e5..dd0085a681 100644
--- a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
+++ b/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
@@ -129,7 +129,7 @@ bool _Scheduler_priority_affinity_SMP_Get_affinity(
* @brief Change priority for the priority affinity SMP scheduler.
*
* @param[in] scheduler The scheduler of the thread.
- * @param[in] thread The associated thread.
+ * @param[in] the_thread The associated thread.
* @param[in] new_priority The new priority for the thread.
* @param[in] prepend_it Append or prepend the thread to its priority FIFO.
*/