From 0ac15b175aa5c241ec2bd1f4e191c0e5dfc613e1 Mon Sep 17 00:00:00 2001 From: Qian Jianhua Date: Tue, 7 Jul 2020 10:12:07 +0100 Subject: [PATCH] Fix a typo in doc/generic.texi gcc/ * doc/generic.texi: Fix typo. --- gcc/doc/generic.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2