summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/message.h
diff options
context:
space:
mode:
authorMartin Erik Werner <martinerikwerner.aac@gmail.com>2023-01-23 08:56:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-23 08:57:07 +0100
commit434d11b446c1769413d0f8d9f452840176e691a3 (patch)
tree080e00691e008c4374708bd2343dea8c81ffb3b1 /cpukit/include/rtems/rtems/message.h
parentscore: Fix minor Rhe->The typo in doxygen (diff)
downloadrtems-434d11b446c1769413d0f8d9f452840176e691a3.tar.bz2
rtems: Fix typo
Diffstat (limited to 'cpukit/include/rtems/rtems/message.h')
-rw-r--r--cpukit/include/rtems/rtems/message.h2
1 files changed, 1 insertions, 1 deletions
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``.
*