rtems: Fix message manager documentation

Correct the description of the ``count`` parameter of
rtems_message_queue_flush().

Update #4508.
This commit is contained in:
Sebastian Huber
2021-09-15 11:44:40 +02:00
parent 691d0edd34
commit dbb7c956e6

View File

@@ -861,8 +861,8 @@ rtems_status_code rtems_message_queue_get_number_pending(
* @param id is the queue identifier. * @param id is the queue identifier.
* *
* @param[out] count is the pointer to an uint32_t object. When the directive * @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 * call is successful, the number of pending messages removed from the queue
* object. * will be stored in this object.
* *
* This directive removes all pending messages from the queue specified by * This directive removes all pending messages from the queue specified by
* ``id``. The number of messages removed is returned in ``count``. If no * ``id``. The number of messages removed is returned in ``count``. If no