summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-28 07:38:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-28 07:38:29 +0200
commit278c7daabfc2e731e1faa75ef09aa3708592e130 (patch)
treebd23043d22dfcd220524a515c539abdab6a82721 /cpukit/include/rtems/rtems
parentrtems: Clarify constraints in documentation (diff)
downloadrtems-278c7daabfc2e731e1faa75ef09aa3708592e130.tar.bz2
rtems: Fix typo "cod" -> "code"
Diffstat (limited to 'cpukit/include/rtems/rtems')
-rw-r--r--cpukit/include/rtems/rtems/message.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/rtems/message.h b/cpukit/include/rtems/rtems/message.h
index b8df14176a..747daf4e1b 100644
--- a/cpukit/include/rtems/rtems/message.h
+++ b/cpukit/include/rtems/rtems/message.h
@@ -755,9 +755,9 @@ rtems_status_code rtems_message_queue_broadcast(
*
* If the calling task chooses to return immediately and the queue is empty,
* then the directive returns immediately with the ::RTEMS_UNSATISFIED status
- * cod. If the calling task chooses to wait at the message queue and the queue
- * is empty, then the calling task is placed on the message wait queue and
- * blocked. If the queue was created with the #RTEMS_PRIORITY option
+ * code. If the calling task chooses to wait at the message queue and the
+ * queue is empty, then the calling task is placed on the message wait queue
+ * and blocked. If the queue was created with the #RTEMS_PRIORITY option
* specified, then the calling task is inserted into the wait queue according
* to its priority. But, if the queue was created with the #RTEMS_FIFO option
* specified, then the calling task is placed at the rear of the wait queue.