rtems: Fix message manager documentation

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

Close #4508.
This commit is contained in:
Sebastian Huber 2021-09-15 11:55:52 +02:00
parent 28188d4652
commit 7afc7a0f31

View File

@ -1014,8 +1014,8 @@ Flushes all messages on the queue.
``count``
This parameter is the pointer to an `uint32_t
<https://en.cppreference.com/w/c/types/integer>`_ object. When the
directive call is successful, the number of unblocked tasks will be stored
in this object.
directive call is successful, the number of pending messages removed from
the queue will be stored in this object.
.. rubric:: DESCRIPTION: