--- old/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/PortFile.java 2019-12-20 15:41:39.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/PortFile.java 2019-12-20 15:41:39.000000000 +0000 @@ -169,7 +169,7 @@ public void setValues(int port, long cookie) throws IOException { Assert.check(lock != null); rwfile.seek(0); - // Write the magic nr that identifes a port file. + // Write the magic nr that identifies a port file. rwfile.writeInt(magicNr); rwfile.writeInt(port); rwfile.writeLong(cookie);