diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-21 20:24:56 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-11-21 20:24:56 +0000 |
commit | adb1083650011aa897f960c93358b1b40560101a (patch) | |
tree | 431db9533bc8c428547fc6825a3ac6eb9c154758 /gcc/tree.def | |
parent | 7aec20658b8e1c438b5e2df99c8f2ac502d3e7dc (diff) | |
download | gcc-adb1083650011aa897f960c93358b1b40560101a.tar.gz |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16649 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-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 e77adeb5c65..1db541f6f01 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -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. |