summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/barrier.h')
-rw-r--r--cpukit/include/rtems/rtems/barrier.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/barrier.h b/cpukit/include/rtems/rtems/barrier.h
index 9fdce492d4..0f692e1995 100644
--- a/cpukit/include/rtems/rtems/barrier.h
+++ b/cpukit/include/rtems/rtems/barrier.h
@@ -341,7 +341,8 @@ rtems_status_code rtems_barrier_wait( rtems_id id, rtems_interval timeout );
*
* * The directive may be called from within task context.
*
- * * The directive may unblock another task which may preempt the calling task.
+ * * The directive may unblock a task. This may cause the calling task to be
+ * preempted.
* @endparblock
*/
rtems_status_code rtems_barrier_release( rtems_id id, uint32_t *released );