[rtems commit] rtems: Fix typo

Sebastian Huber sebh at rtems.org
Mon Jan 23 07:42:18 UTC 2023


Module:    rtems
Branch:    master
Commit:    434d11b446c1769413d0f8d9f452840176e691a3
Changeset: http://git.rtems.org/rtems/commit/?id=434d11b446c1769413d0f8d9f452840176e691a3

Author:    Martin Erik Werner <martinerikwerner.aac at gmail.com>
Date:      Mon Jan 23 08:56:18 2023 +0100

rtems: Fix typo

---

 cpukit/include/rtems/rtems/message.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/include/rtems/rtems/message.h b/cpukit/include/rtems/rtems/message.h
index 0a76b1f9b8..4f2bb69500 100644
--- a/cpukit/include/rtems/rtems/message.h
+++ b/cpukit/include/rtems/rtems/message.h
@@ -655,7 +655,7 @@ rtems_status_code rtems_message_queue_urgent(
  *
  * 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
+ * a 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``.
  *



More information about the vc mailing list