jdk/src/share/classes/java/net/InetSocketAddress.java
changeset 18156 edb590d448c5
parent 16870 f35b2bd19761
child 19069 1d9cb0d080e3
--- a/jdk/src/share/classes/java/net/InetSocketAddress.java	Mon Jun 10 12:26:20 2013 +0200
+++ b/jdk/src/share/classes/java/net/InetSocketAddress.java	Mon Jun 10 12:58:32 2013 +0100
@@ -389,7 +389,7 @@
      * Two instances of <code>InetSocketAddress</code> represent the same
      * address if both the InetAddresses (or hostnames if it is unresolved) and port
      * numbers are equal.
-     * If both addresses are unresolved, then the hostname & the port number
+     * If both addresses are unresolved, then the hostname and the port number
      * are compared.
      *
      * Note: Hostnames are case insensitive. e.g. "FooBar" and "foobar" are