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

Gedare Bloom gedare at rtems.org
Mon Jan 23 15:28:18 UTC 2023


Thanks. Sebastian can you pick this up with your doxygen changes?

On Sun, Jan 22, 2023 at 4:02 PM Martin Erik Werner
<martinerikwerner.aac at gmail.com> wrote:
>
> ---
> 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
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list