src/java.base/share/classes/java/net/SocksSocketImpl.java
changeset 47478 438e0c9f2f17
parent 47216 71c04702a3d5
child 50817 fa1e04811ff6
--- a/src/java.base/share/classes/java/net/SocksSocketImpl.java	Mon Oct 30 17:32:38 2017 -0700
+++ b/src/java.base/share/classes/java/net/SocksSocketImpl.java	Mon Oct 30 17:49:33 2017 -0700
@@ -657,7 +657,7 @@
 
     /**
      * Sends the Bind request to the SOCKS proxy. In the SOCKS protocol, bind
-     * means "accept incoming connection from", so the SocketAddress is the
+     * means "accept incoming connection from", so the SocketAddress is
      * the one of the host we do accept connection from.
      *
      * @param      saddr   the Socket address of the remote host.