aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/java-tree.def')
-rw-r--r--gcc/java/java-tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-tree.def b/gcc/java/java-tree.def
index ead1924..ebc11f7 100644
--- a/gcc/java/java-tree.def
+++ b/gcc/java/java-tree.def
@@ -51,7 +51,7 @@ DEFTREECODE (TRY_EXPR, "try-catch-finally", 'e', 2)
DEFTREECODE (CATCH_EXPR, "catch", '1', 1)
/* Synchronized statement.
- Operand 0 is the expression on which we whish to synchronize,
+ Operand 0 is the expression on which we wish to synchronize,
Operand 1 is the synchronized expression block. */
DEFTREECODE (SYNCHRONIZED_EXPR, "synchronized", 'e', 2)