]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hosthooks.h: Fix GCC_HOST_HOOKS_H typo
authorYangyu Chen <chenyangyu@isrc.iscas.ac.cn>
Mon, 23 Sep 2024 17:11:11 +0000 (01:11 +0800)
committerJiawei <jiawei@iscas.ac.cn>
Tue, 24 Sep 2024 02:56:09 +0000 (10:56 +0800)
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 <chenyangyu@isrc.iscas.ac.cn>
gcc/hosthooks.h

index 53363801330a17a9832dc02d113ce7b74a86c34d..8178c9c692aebbd626272a77121d2d5a5eb7a31c 100644 (file)
@@ -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 */