jdk/src/java.base/share/classes/java/util/Locale.java
changeset 28059 e576535359cc
parent 26219 1a19360ff122
child 30655 d83f50188ca9
--- a/jdk/src/java.base/share/classes/java/util/Locale.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/java/util/Locale.java	Thu Oct 30 07:31:41 2014 -0700
@@ -95,7 +95,7 @@
  *   <code>Locale</code> always canonicalizes to lower case.</dd>
  *
  *   <dd>Well-formed language values have the form
- *   <code>[a-zA-Z]{2,8}</code>.  Note that this is not the the full
+ *   <code>[a-zA-Z]{2,8}</code>.  Note that this is not the full
  *   BCP47 language production, since it excludes extlang.  They are
  *   not needed since modern three-letter language codes replace
  *   them.</dd>
@@ -1691,7 +1691,7 @@
     }
 
     /**
-     * Returns a name for the the locale's script that is appropriate for display to
+     * Returns a name for the locale's script that is appropriate for display to
      * the user. If possible, the name will be localized for the default
      * {@link Locale.Category#DISPLAY DISPLAY} locale.  Returns
      * the empty string if this locale doesn't specify a script code.