On Mon, Sep 23, 2024 at 10:12 AM Yangyu Chen
<chenyan...@isrc.iscas.ac.cn> wrote:
>
> The comment of the final endif in hosthooks.h is wrong, it should be
> GCC_HOST_HOOKS_H instead of GCC_LANG_HOOKS_H.

This looks obvious to me. Do you have push access or do you need
someone to push this change for you?

Thanks,
Andrew

>
> gcc/ChangeLog:
>
>         * hosthooks.h (struct host_hooks): Fix GCC_HOST_HOOKS_H typo.
>
> Signed-off-by: Yangyu Chen <chenyan...@isrc.iscas.ac.cn>
> ---
>  gcc/hosthooks.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/hosthooks.h b/gcc/hosthooks.h
> index 53363801330..8178c9c692a 100644
> --- a/gcc/hosthooks.h
> +++ b/gcc/hosthooks.h
> @@ -47,4 +47,4 @@ struct host_hooks
>  /* Each host provides its own.  */
>  extern const struct host_hooks host_hooks;
>
> -#endif /* GCC_LANG_HOOKS_H */
> +#endif /* GCC_HOST_HOOKS_H */
> --
> 2.45.2
>

Reply via email to