From c4df72c2f18500d0fa0e01094b8ed10907815594 Mon Sep 17 00:00:00 2001 From: Martin Erik Werner Date: Sun, 22 Jan 2023 01:04:55 +0100 Subject: c-user/message/directives.rst: byes->bytes typo --- c-user/message/directives.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c-user') diff --git a/c-user/message/directives.rst b/c-user/message/directives.rst index 9cb88e2..a13e4c7 100644 --- a/c-user/message/directives.rst +++ b/c-user/message/directives.rst @@ -727,7 +727,7 @@ Broadcasts the messages to the tasks waiting at the queue. This directive causes all tasks that are waiting at the queue specified by ``id`` to be unblocked and sent the message contained in ``buffer``. Before a -task is unblocked, the message ``buffer`` of ``size`` byes in length is copied +task is unblocked, the message ``buffer`` of ``size`` bytes in length is copied to that task's message buffer. The number of tasks that were unblocked is returned in ``count``. -- cgit v1.2.3