]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
commit824229e38662b5921e156d0fcbd7180462ba9d60
tree304165efd3e98e465f4ae82ff6f4ab63bcc5bd6f
parentf5ee372b012594830f6d5f7f4b7e01bae810b1da
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 <chenyangyu@isrc.iscas.ac.cn>
gcc/hosthooks.h