diff options
author | Andreas Bauer <baueran@in.tum.de> | 2002-10-29 22:39:49 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2002-10-29 22:39:49 +0000 |
commit | d1445f8d81fe014e5457cd978116f13e9cf6a419 (patch) | |
tree | f83df769447c679e5371e591c50bded38cd783e8 /gcc/doc/c-tree.texi | |
parent | f0d96f9c14a71779b79d8bf3e8ab10ac127f74df (diff) | |
download | gcc-d1445f8d81fe014e5457cd978116f13e9cf6a419.zip gcc-d1445f8d81fe014e5457cd978116f13e9cf6a419.tar.gz gcc-d1445f8d81fe014e5457cd978116f13e9cf6a419.tar.bz2 |
* doc/c-tree.texi (Tree overview): Fix typos.
From-SVN: r58640
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r-- | gcc/doc/c-tree.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 0b9f4d6..8f5a5bb 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -84,8 +84,8 @@ we will refer to trees in ordinary type, rather than in @code{this font}, except when talking about the actual C type @code{tree}. You can tell what kind of node a particular tree is by using the -@code{TREE_CODE} macro. Many, many macros take a trees as input and -return trees as output. However, most macros require a certain kinds of +@code{TREE_CODE} macro. Many, many macros take trees as input and +return trees as output. However, most macros require a certain kind of tree node as input. In other words, there is a type-system for trees, but it is not reflected in the C type-system. |