< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/PoolConstant.java

Print this page

        

@@ -197,11 +197,11 @@
             }
         }
     }
 
     /**
-     * A pool constant implememntation describing a name and type pool entry.
+     * A pool constant implementation describing a name and type pool entry.
      */
     final class NameAndType implements PoolConstant {
 
         final Name name;
         final Type type;
< prev index next >