Fix typo.
From-SVN: r16649
This commit is contained in:
parent
25d5eb3f31
commit
d32ecec207
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ DEFTREECODE (METHOD_CALL_EXPR, "method_call_expr", "e", 4)
|
|||
call expand_start_target_temps/expand_end_target_temps, as needed.
|
||||
|
||||
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)
|
||||
|
||||
/* Specify a cleanup point.
|
||||
|
|
Loading…
Add table
Reference in a new issue