[PATCH] score: Fix minor Rhe->The typo in doxygen
Martin Erik Werner
martinerikwerner.aac at gmail.com
Sun Jan 22 23:02:18 UTC 2023
---
Intentionally not part of commit message:
Another minor typo in documentation, discovered by chance while browsing
the doxygen site.
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(
--
2.30.2
More information about the devel
mailing list