fix typo
authorJason Merrill <jason@gcc.gnu.org>
Fri, 18 Jun 2004 02:59:16 +0000 (22:59 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 18 Jun 2004 02:59:16 +0000 (22:59 -0400)
From-SVN: r83336

gcc/tree.def

index 3e911113ee4a4690b8fa1b1d9d338ba616d832f6..5afe7658a5e131f65f488152106e25ebb8737d6f 100644 (file)
@@ -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.  */