]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix typo
authorJason Merrill <jason@gcc.gnu.org>
Wed, 18 Feb 2009 20:59:38 +0000 (15:59 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 18 Feb 2009 20:59:38 +0000 (15:59 -0500)
From-SVN: r144269

gcc/doc/c-tree.texi

index 6eef7d12ef35e8faba0fa0908ef03f4733fedea5..428f9fbcba461d6ec0a18f3936aa7906f1353ce6 100644 (file)
@@ -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