diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-03 11:58:12 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-03 11:58:12 +0000 |
commit | a4dacb83e5d97604a34b4a06da9e8f3304a55ea8 (patch) | |
tree | 43f345421e41aabb7deda68d736f1a19ba591001 /gcc/tree.def | |
parent | 10c84470bbbb48b87641a52b0a45d5a0a44415ca (diff) | |
download | gcc-a4dacb83e5d97604a34b4a06da9e8f3304a55ea8.tar.gz |
fix typo in tree.def
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26153 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r-- | gcc/tree.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def index 02305e1ea66..fe84f27fc3e 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -82,7 +82,7 @@ DEFTREECODE (TREE_VEC, "tree_vec", 'x', 2) outermost scope of a particular inlining of a function). BLOCK_ABSTRACT is non-zero if the block represents an abstract instance of a block (i.e. one which is nested within an abstract - instance of a inline function. */ + instance of a inline function). */ DEFTREECODE (BLOCK, "block", 'b', 0) /* Each data type is represented by a tree node whose code is one of |