aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2009-02-18 15:59:38 -0500
committerJason Merrill <jason@gcc.gnu.org>2009-02-18 15:59:38 -0500
commit1e80963d6176df27cd61f268ec14392cda8a309a (patch)
tree881ea907572639d9f6590a12707fd08bd9ebf6fe /gcc/doc
parent71810d0e7c262815651f8f2a3f574e973f6df3ba (diff)
downloadgcc-1e80963d6176df27cd61f268ec14392cda8a309a.zip
gcc-1e80963d6176df27cd61f268ec14392cda8a309a.tar.gz
gcc-1e80963d6176df27cd61f268ec14392cda8a309a.tar.bz2
fix typo
From-SVN: r144269
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/c-tree.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi
index 6eef7d1..428f9fb 100644
--- a/gcc/doc/c-tree.texi
+++ b/gcc/doc/c-tree.texi
@@ -1298,7 +1298,7 @@ tree structure; back ends must look at the @code{DECL_CONTEXT} for the
referenced @code{VAR_DECL}. If the @code{DECL_CONTEXT} for the
referenced @code{VAR_DECL} is not the same as the function currently
being processed, and neither @code{DECL_EXTERNAL} nor
-@code{DECL_STATIC} hold, then the reference is to a local variable in
+@code{TREE_STATIC} hold, then the reference is to a local variable in
a containing function, and the back end must take appropriate action.
@menu