< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/tree/JCTree.java

Print this page

        

@@ -156,11 +156,11 @@
 
         /** Switch expression statements, of type Switch.
          */
         SWITCH_EXPRESSION,
 
-        /** Synchronized statements, of type Synchonized.
+        /** Synchronized statements, of type Synchronized.
          */
         SYNCHRONIZED,
 
         /** Try statements, of type Try.
          */
< prev index next >