summaryrefslogtreecommitdiffstats
path: root/spec/rtems/message/if/broadcast.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/message/if/broadcast.yml')
-rw-r--r--spec/rtems/message/if/broadcast.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/rtems/message/if/broadcast.yml b/spec/rtems/message/if/broadcast.yml
index 1dcb2ba3..0a2f77b3 100644
--- a/spec/rtems/message/if/broadcast.yml
+++ b/spec/rtems/message/if/broadcast.yml
@@ -19,9 +19,9 @@ description: |
This directive causes all tasks that are waiting at the queue specified by
${.:/params[0]/name} to be unblocked and sent the message contained in
${.:/params[1]/name}. Before a task is unblocked, the message
- ${.:/params[1]/name} of ${.:/params[2]/name} byes in length is copied to that
- task's message buffer. The number of tasks that were unblocked is returned
- in ${.:/params[3]/name}.
+ ${.:/params[1]/name} of ${.:/params[2]/name} bytes in length is copied to
+ that task's message buffer. The number of tasks that were unblocked is
+ returned in ${.:/params[3]/name}.
enabled-by: true
index-entries:
- broadcast message to a queue