jdk/src/java.desktop/share/classes/sun/font/FontUtilities.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30456 2a753e3fc714
--- a/jdk/src/java.desktop/share/classes/sun/font/FontUtilities.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/sun/font/FontUtilities.java	Thu Oct 30 07:31:41 2014 -0700
@@ -214,7 +214,7 @@
      * char which means it may include undecoded surrogate pairs.
      * The distinction is made so that code which needs to identify all
      * cases in which we do not have a simple mapping from
-     * char->unicode character->glyph can be be identified.
+     * char->unicode character->glyph can be identified.
      * For example measurement cannot simply sum advances of 'chars',
      * the caret in editable text cannot advance one 'char' at a time, etc.
      * These callers really are asking for more than whether 'layout'