--- old/src/java.desktop/share/classes/java/awt/AWTKeyStroke.java 2014-09-10 15:11:11.468188900 +0400 +++ new/src/java.desktop/share/classes/java/awt/AWTKeyStroke.java 2014-09-10 15:11:11.253780100 +0400 @@ -83,7 +83,7 @@ /* * Reads keystroke class from AppContext and if null, puts there the * AWTKeyStroke class. - * Must be called under locked AWTKeyStro + * Must be called under locked AWTKeyStroke */ private static Class getAWTKeyStrokeClass() { @SuppressWarnings("unchecked") @@ -225,7 +225,7 @@ } } - /* returns noarg Constructor for class with accessible flag. No security + /* returns no-arg Constructor for class with accessible flag. No security threat as accessible flag is set only for this Constructor object, not for Class constructor. */