summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/mp.h')
-rw-r--r--cpukit/include/rtems/rtems/mp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/mp.h b/cpukit/include/rtems/rtems/mp.h
index ef4def2141..91c31047fb 100644
--- a/cpukit/include/rtems/rtems/mp.h
+++ b/cpukit/include/rtems/rtems/mp.h
@@ -127,7 +127,8 @@ extern "C" {
*
* * 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
*/
void rtems_multiprocessing_announce( void );