diff --git a/jdk/src/share/classes/javax/swing/text/EditorKit.java b/jdk/src/share/classes/javax/swing/text/EditorKit.java index 5b260833dac..9163a6361e4 100644 --- a/jdk/src/share/classes/javax/swing/text/EditorKit.java +++ b/jdk/src/share/classes/javax/swing/text/EditorKit.java @@ -39,9 +39,9 @@ import javax.swing.JEditorPane; * 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 * setComponent method called to establish - * it's relationship with a JTextComponent. + * its relationship with a JTextComponent. * * @author Timothy Prinzing */