7052708: Grammar error in EditorKit documentation
authoralexsch
Tue, 01 Apr 2014 16:46:14 +0400
changeset 24148 d6e18bb8a7f0
parent 24147 204ae465851d
child 24149 9cda55730840
7052708: Grammar error in EditorKit documentation Reviewed-by: serb, pchelko
jdk/src/share/classes/javax/swing/text/EditorKit.java
--- a/jdk/src/share/classes/javax/swing/text/EditorKit.java	Tue Apr 01 13:56:07 2014 +0400
+++ b/jdk/src/share/classes/javax/swing/text/EditorKit.java	Tue Apr 01 16:46:14 2014 +0400
@@ -39,9 +39,9 @@
  * A kit can safely store editing state as an instance
  * of the kit will be dedicated to a text component.
  * New kits will normally be created by cloning a
- * prototype kit.  The kit will have it's
+ * prototype kit.  The kit will have its
  * <code>setComponent</code> method called to establish
- * it's relationship with a JTextComponent.
+ * its relationship with a JTextComponent.
  *
  * @author  Timothy Prinzing
  */