From dbb7c956e63ea72c0b663eeec518c8904c34599d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Sep 2021 11:44:40 +0200 Subject: rtems: Fix message manager documentation Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Update #4508. --- cpukit/include/rtems/rtems/message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit') 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 -- cgit v1.2.3