Commit d32ecec2 by Jeff Law

Fix typo.

From-SVN: r16649
parent 25d5eb3f
...@@ -461,7 +461,7 @@ DEFTREECODE (METHOD_CALL_EXPR, "method_call_expr", "e", 4) ...@@ -461,7 +461,7 @@ DEFTREECODE (METHOD_CALL_EXPR, "method_call_expr", "e", 4)
call expand_start_target_temps/expand_end_target_temps, as needed. call expand_start_target_temps/expand_end_target_temps, as needed.
This differs from TRY_CATCH_EXPR in that operand 2 is always This differs from TRY_CATCH_EXPR in that operand 2 is always
evaluated when an exception isn't throw when cleanups are run. */ evaluated when an exception isn't thrown when cleanups are run. */
DEFTREECODE (WITH_CLEANUP_EXPR, "with_cleanup_expr", "e", 3) DEFTREECODE (WITH_CLEANUP_EXPR, "with_cleanup_expr", "e", 3)
/* Specify a cleanup point. /* Specify a cleanup point.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment