summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-23 08:51:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-23 08:51:53 +0100
commit0a6f813878aea39a8fde8dacbed3f0d845108569 (patch)
treebe0b44957f11eaeb7483e5daa455ab569a0e3b9c
parentspec: Use a recommendation for requirement texts (diff)
downloadrtems-central-0a6f813878aea39a8fde8dacbed3f0d845108569.tar.bz2
spec: Fix typo
-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