summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c-user/message/directives.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/message/directives.rst b/c-user/message/directives.rst
index 7317eb4..70a22d3 100644
--- a/c-user/message/directives.rst
+++ b/c-user/message/directives.rst
@@ -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: