[rtems commit] score: Fix minor Rhe->The typo in doxygen

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


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

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

score: Fix minor Rhe->The typo in doxygen

---

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

diff --git a/cpukit/include/rtems/score/coremsgimpl.h b/cpukit/include/rtems/score/coremsgimpl.h
index 8ed5719e04..a11beef938 100644
--- a/cpukit/include/rtems/score/coremsgimpl.h
+++ b/cpukit/include/rtems/score/coremsgimpl.h
@@ -430,7 +430,7 @@ static inline Status_Control _CORE_message_queue_Urgent(
 /**
  * @brief Acquires the message queue.
  *
- * @param[in, out] the_message_queue Rhe message queue to acquire.
+ * @param[in, out] the_message_queue The message queue to acquire.
  * @param queue_context The thread queue context.
  */
 static inline void _CORE_message_queue_Acquire(



More information about the vc mailing list