From ff3a87c16ef0a0f7340f1bda79605597251910f7 Mon Sep 17 00:00:00 2001 From: Martin Erik Werner Date: Mon, 23 Jan 2023 00:02:18 +0100 Subject: score: Fix minor Rhe->The typo in doxygen --- cpukit/include/rtems/score/coremsgimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/include/rtems') 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( -- cgit v1.2.3