From: Jason Merrill Date: Wed, 18 Feb 2009 20:59:38 +0000 (-0500) Subject: fix typo X-Git-Tag: releases/gcc-4.4.0~504 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e80963d6176df27cd61f268ec14392cda8a309a;p=thirdparty%2Fgcc.git fix typo From-SVN: r144269 --- diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 6eef7d12ef35..428f9fbcba46 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