--- old/src/java.base/share/classes/java/util/jar/Manifest.java 2018-03-28 16:17:48.812344292 -0700 +++ new/src/java.base/share/classes/java/util/jar/Manifest.java 2018-03-28 16:17:48.564342022 -0700 @@ -148,7 +148,7 @@ DataOutputStream dos = new DataOutputStream(out); // Write out the main attributes for the manifest attr.writeMain(dos); - // Now write out the pre-entry attributes + // Now write out the per-entry attributes for (Map.Entry e : entries.entrySet()) { StringBuffer buffer = new StringBuffer("Name: "); String value = e.getKey();