diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2004-06-17 22:59:16 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2004-06-17 22:59:16 -0400 |
commit | 70c18d9772113dcf36a386f7950bd65bf67a8b23 (patch) | |
tree | 581a705d22b3855bcd770490641f6e6bafdb10c2 | |
parent | 9463204774c527ede4cd4dc4959eb02e1cfeaebe (diff) | |
download | gcc-70c18d9772113dcf36a386f7950bd65bf67a8b23.zip gcc-70c18d9772113dcf36a386f7950bd65bf67a8b23.tar.gz gcc-70c18d9772113dcf36a386f7950bd65bf67a8b23.tar.bz2 |
fix typo
From-SVN: r83336
-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 3e91111..5afe765 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. */ |