]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo.
authorJeff Law <law@gcc.gnu.org>
Fri, 21 Nov 1997 20:25:40 +0000 (13:25 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 21 Nov 1997 20:25:40 +0000 (13:25 -0700)
From-SVN: r16650

gcc/tree.def

index e77adeb5c650cfe9d45a92af3160ecf41f57df00..1db541f6f010344bcea9da08fc8d47d79e0de5fc 100644 (file)
@@ -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.