https://gcc.gnu.org/g:824229e38662b5921e156d0fcbd7180462ba9d60

commit r15-3817-g824229e38662b5921e156d0fcbd7180462ba9d60
Author: Yangyu Chen <chenyan...@isrc.iscas.ac.cn>
Date:   Tue Sep 24 01:11:11 2024 +0800

    hosthooks.h: Fix GCC_HOST_HOOKS_H typo
    
    The comment of the final endif in hosthooks.h is wrong, it should be
    GCC_HOST_HOOKS_H instead of GCC_LANG_HOOKS_H.
    
    gcc/ChangeLog:
    
            * hosthooks.h (struct host_hooks): Fix GCC_HOST_HOOKS_H typo.
    
    Signed-off-by: Yangyu Chen <chenyan...@isrc.iscas.ac.cn>

Diff:
---
 gcc/hosthooks.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/hosthooks.h b/gcc/hosthooks.h
index 53363801330a..8178c9c692ae 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 */

Reply via email to