mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-31 06:31:40 +08:00
c-user/message/directives.rst: byes->bytes typo
This commit is contained in:
parent
0b0dd797fa
commit
c4df72c2f1
@ -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``.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user