From: Qian Jianhua Date: Tue, 7 Jul 2020 09:12:07 +0000 (+0100) Subject: Fix a typo in doc/generic.texi X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ac15b175aa5c241ec2bd1f4e191c0e5dfc613e1;p=gcc.git Fix a typo in doc/generic.texi gcc/ * doc/generic.texi: Fix typo. --- diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 827c4232aef..fb98727928a 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -886,7 +886,7 @@ This lookup table needs to be kept up to date with the tree structure hierarchy, or else checking and containment macros will fail inappropriately. -For language specific @code{DECL} nodes, their is an @code{init_ts} +For language specific @code{DECL} nodes, there is an @code{init_ts} function in an appropriate @file{.c} file, which initializes the lookup table. Code setting up the table for new @code{DECL} nodes should be added