--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ModuleNameReader.java 2019-12-20 15:41:13.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ModuleNameReader.java 2019-12-20 15:41:13.000000000 +0000 @@ -105,7 +105,7 @@ throw new BadClassFile("invalid access flags for module: 0x" + Integer.toHexString(access_flags)); int this_class = nextChar(); - // could, should, check this_class == CONSTANT_Class("mdoule-info") + // could, should, check this_class == CONSTANT_Class("module-info") checkZero(nextChar(), "super_class"); checkZero(nextChar(), "interface_count"); checkZero(nextChar(), "fields_count");