summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/corebarrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/corebarrier.h')
-rw-r--r--cpukit/score/include/rtems/score/corebarrier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/corebarrier.h b/cpukit/score/include/rtems/score/corebarrier.h
index 3b6b833ce3..ec1dd946fd 100644
--- a/cpukit/score/include/rtems/score/corebarrier.h
+++ b/cpukit/score/include/rtems/score/corebarrier.h
@@ -176,10 +176,10 @@ uint32_t _CORE_barrier_Release(
* This routine assists in the deletion of a barrier by flushing the
* associated wait queue.
*
- * @param[in] the_barrier is the barrier to flush
- * @param[in] remote_extract_callout is the routine to invoke if the
+ * @param[in] _the_barrier is the barrier to flush
+ * @param[in] _remote_extract_callout is the routine to invoke if the
* thread unblocked is remote
- * @param[in] status is the status to be returned to the unblocked thread
+ * @param[in] _status is the status to be returned to the unblocked thread
*/
#define _CORE_barrier_Flush( _the_barrier, _remote_extract_callout, _status) \
_Thread_queue_Flush( \