diff options
author | Qian Jianhua <qianjh@cn.fujitsu.com> | 2020-07-07 10:12:07 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2020-07-07 10:12:07 +0100 |
commit | 0ac15b175aa5c241ec2bd1f4e191c0e5dfc613e1 (patch) | |
tree | 98012114b567db33cc0a3e5accf915d0594aad5d /gcc/doc/generic.texi | |
parent | 7ab4f58a859ae4af7eb6a894e607f1edcf47fd47 (diff) | |
download | gcc-0ac15b175aa5c241ec2bd1f4e191c0e5dfc613e1.zip gcc-0ac15b175aa5c241ec2bd1f4e191c0e5dfc613e1.tar.gz gcc-0ac15b175aa5c241ec2bd1f4e191c0e5dfc613e1.tar.bz2 |
Fix a typo in doc/generic.texi
gcc/
* doc/generic.texi: Fix typo.
Diffstat (limited to 'gcc/doc/generic.texi')
-rw-r--r-- | gcc/doc/generic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 827c423..fb98727 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 |