summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorMartin Erik Werner <martinerikwerner.aac@gmail.com>2023-01-22 01:04:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-23 08:54:41 +0100
commitc4df72c2f18500d0fa0e01094b8ed10907815594 (patch)
treebe0f7e70ce5538bc39e03dfacf928b24aff70868 /c-user
parenteng: Use a recommendation for requirement texts (diff)
downloadrtems-docs-c4df72c2f18500d0fa0e01094b8ed10907815594.tar.bz2
c-user/message/directives.rst: byes->bytes typo
Diffstat (limited to 'c-user')
-rw-r--r--c-user/message/directives.rst2
1 files changed, 1 insertions, 1 deletions
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``.