--- old/src/java.base/share/classes/java/net/Inet6Address.java 2018-11-12 15:48:18.000000000 +0000 +++ new/src/java.base/share/classes/java/net/Inet6Address.java 2018-11-12 15:48:17.000000000 +0000 @@ -139,7 +139,9 @@ * *

The textual representation of IPv6 addresses as described above can be * extended to specify IPv6 scoped addresses. This extension to the basic - * addressing architecture is described in [draft-ietf-ipngwg-scoping-arch-04.txt]. + * addressing architecture is described in + * + * RFC 4007: IPv6 Scoped Address Architecture. * *

Because link-local and site-local addresses are non-global, it is possible * that different hosts may have the same destination address and may be @@ -507,7 +509,7 @@ /* check the two Ipv6 addresses and return false if they are both * non global address types, but not the same. - * (ie. one is sitelocal and the other linklocal) + * (i.e. one is site-local and the other link-local) * return true otherwise. */ @@ -683,7 +685,7 @@ /** * Utility routine to check if the InetAddress is a wildcard address. * - * @return a {@code boolean} indicating if the Inetaddress is + * @return a {@code boolean} indicating if the InetAddress is * a wildcard address. */ @Override @@ -821,7 +823,7 @@ /** * Returns the scoped interface, if this instance was created with - * with a scoped interface. + * a scoped interface. * * @return the scoped interface, or null if not set. * @since 1.5