--- 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
*/