From 0a6f813878aea39a8fde8dacbed3f0d845108569 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 Jan 2023 08:51:53 +0100 Subject: 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 -- cgit v1.2.3