jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/Entity.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
--- a/jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/Entity.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/html/parser/Entity.java	Thu Oct 30 07:31:41 2014 -0700
@@ -35,7 +35,7 @@
 
 /**
  * An entity is described in a DTD using the ENTITY construct.
- * It defines the type and value of the the entity.
+ * It defines the type and value of the entity.
  *
  * @see DTD
  * @author Arthur van Hoff