summaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-18 02:59:16 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2004-06-18 02:59:16 +0000
commitc299343863779f0abbd5b7a91155b4b090e36c5d (patch)
tree581a705d22b3855bcd770490641f6e6bafdb10c2 /gcc/tree.def
parent4889e098a3b74bb48e864416a6e408a3fc01f98f (diff)
downloadgcc-c299343863779f0abbd5b7a91155b4b090e36c5d.tar.gz
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index 3e911113ee4..5afe7658a5e 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -436,7 +436,7 @@ DEFTREECODE (INIT_EXPR, "init_expr", 'e', 2)
/* For TARGET_EXPR, operand 0 is the target of an initialization,
operand 1 is the initializer for the target, which may be void
- if simplify expanding it initializes the target.
+ if simply expanding it initializes the target.
operand 2 is the cleanup for this node, if any.
operand 3 is the saved initializer after this node has been
expanded once; this is so we can re-expand the tree later. */