--- old/src/java.base/share/classes/java/net/SocketOutputStream.java 2018-11-12 15:48:31.000000000 +0000 +++ new/src/java.base/share/classes/java/net/SocketOutputStream.java 2018-11-12 15:48:31.000000000 +0000 @@ -51,7 +51,7 @@ * Creates a new SocketOutputStream. Can only be called * by a Socket. This method needs to hang on to the owner Socket so * that the fd will not be closed. - * @param impl the socket output stream inplemented + * @param impl the socket output stream implemented */ SocketOutputStream(AbstractPlainSocketImpl impl) throws IOException { super(impl.getFileDescriptor());