diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-18 20:59:38 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-18 20:59:38 +0000 |
| commit | ef758b613a85c63f1343c8ff36036c2656d96e25 (patch) | |
| tree | 881ea907572639d9f6590a12707fd08bd9ebf6fe | |
| parent | 049d6ee8941db8cf837b7add1e68be3a035819aa (diff) | |
| download | ppe42-gcc-ef758b613a85c63f1343c8ff36036c2656d96e25.tar.gz ppe42-gcc-ef758b613a85c63f1343c8ff36036c2656d96e25.zip | |
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144269 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/doc/c-tree.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 6eef7d12ef3..428f9fbcba4 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 |

