diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-19 18:16:33 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-19 18:16:33 +0000 |
commit | 9a9ebd9ec17c3a15c9ece639cd9d843745d25d56 (patch) | |
tree | 019d15633eb1045ceb0a0f3c2408c49acec0ea2a /gcc/tree.def | |
parent | b118730ad38494cc50f3b116738e1ad106680eba (diff) | |
download | gcc-9a9ebd9ec17c3a15c9ece639cd9d843745d25d56.tar.gz |
fix typo in comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26551 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 fe84f27fc3e..64fe0e4c89b 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 an inline function). */ DEFTREECODE (BLOCK, "block", 'b', 0) /* Each data type is represented by a tree node whose code is one of |