[rtems-central commit] spec: Fix typo

Sebastian Huber sebh at rtems.org
Mon Jan 23 07:36:52 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    0a6f813878aea39a8fde8dacbed3f0d845108569
Changeset: http://git.rtems.org/rtems-central/commit/?id=0a6f813878aea39a8fde8dacbed3f0d845108569

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jan 23 08:51:53 2023 +0100

spec: Fix typo

---

 spec/rtems/message/if/broadcast.yml | 6 +++---
 1 file 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



More information about the vc mailing list