--- a/jdk/src/java.desktop/share/classes/java/awt/event/KeyEvent.java Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/java/awt/event/KeyEvent.java Thu Oct 30 07:31:41 2014 -0700
@@ -1309,7 +1309,7 @@
/**
* Set the keyChar value to indicate a logical character.
*
- * @param keyChar a char corresponding to to the combination of keystrokes
+ * @param keyChar a char corresponding to the combination of keystrokes
* that make up this event.
*/
public void setKeyChar(char keyChar) {