< prev index next >

src/java.base/share/classes/jdk/internal/org/objectweb/asm/ClassReader.java

Print this page

        

@@ -2506,11 +2506,11 @@
     public String readModule(int index, char[] buf) {
         return readUTF8(items[readUnsignedShort(index)], buf);
     }
 
     /**
-     * Reads a CONSTANT_Pakcage_info item in {@code b}.  This method is
+     * Reads a CONSTANT_Package_info item in {@code b}.  This method is
      * intended for {@link Attribute} sub slasses, and is normally not needed
      * by class generators or adapters.</i>
      *
      * @param  index
      *         the start index of an unsigned short value in {@link #b b},
< prev index next >