summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 11:44:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-16 09:36:00 +0200
commitdbb7c956e63ea72c0b663eeec518c8904c34599d (patch)
tree2f2d50bdb69a7f2367bf556a23cd4f213e9bc1d8
parentarm/xilinx: Fix zynq-uart interrupt receive (diff)
downloadrtems-dbb7c956e63ea72c0b663eeec518c8904c34599d.tar.bz2
rtems: Fix message manager documentation
Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Update #4508.
-rw-r--r--cpukit/include/rtems/rtems/message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/message.h b/cpukit/include/rtems/rtems/message.h
index 4b556c1091..0a76b1f9b8 100644
--- a/cpukit/include/rtems/rtems/message.h
+++ b/cpukit/include/rtems/rtems/message.h
@@ -861,8 +861,8 @@ rtems_status_code rtems_message_queue_get_number_pending(
* @param id is the queue identifier.
*
* @param[out] count is the pointer to an uint32_t object. When the directive
- * call is successful, the number of unblocked tasks will be stored in this
- * object.
+ * call is successful, the number of pending messages removed from the queue
+ * will be stored in this object.
*
* This directive removes all pending messages from the queue specified by
* ``id``. The number of messages removed is returned in ``count``. If no