[rtems-central commit] spec: Fix rtems_message_queue_flush() docs

Sebastian Huber sebh at rtems.org
Wed Sep 15 13:42:37 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    ee6caaacf5dcf4c3be28e7d44a827893b876b400
Changeset: http://git.rtems.org/rtems-central/commit/?id=ee6caaacf5dcf4c3be28e7d44a827893b876b400

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Sep 15 11:42:49 2021 +0200

spec: Fix rtems_message_queue_flush() docs

---

 spec/rtems/message/if/flush.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/rtems/message/if/flush.yml b/spec/rtems/message/if/flush.yml
index d15e513..98a402a 100644
--- a/spec/rtems/message/if/flush.yml
+++ b/spec/rtems/message/if/flush.yml
@@ -46,8 +46,8 @@ params:
   name: id
 - description: |
     is the pointer to an ${/c/if/uint32_t:/name} 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.
   dir: out
   name: count
 return:



More information about the vc mailing list