jdk/src/java.base/share/classes/sun/security/x509/URIName.java
changeset 28059 e576535359cc
parent 26967 c182469301ee
child 30374 2abaf49910ea
--- a/jdk/src/java.base/share/classes/sun/security/x509/URIName.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/sun/security/x509/URIName.java	Thu Oct 30 07:31:41 2014 -0700
@@ -302,7 +302,7 @@
      * <p>
      * RFC5280: For URIs, the constraint applies to the host part of the name.
      * The constraint may specify a host or a domain.  Examples would be
-     * "foo.bar.com";  and ".xyz.com".  When the the constraint begins with
+     * "foo.bar.com";  and ".xyz.com".  When the constraint begins with
      * a period, it may be expanded with one or more subdomains.  That is,
      * the constraint ".xyz.com" is satisfied by both abc.xyz.com and
      * abc.def.xyz.com.  However, the constraint ".xyz.com" is not satisfied