--- a/jdk/src/java.desktop/share/classes/java/awt/Toolkit.java Wed Aug 26 09:07:21 2015 -0700
+++ b/jdk/src/java.desktop/share/classes/java/awt/Toolkit.java Thu Aug 27 18:09:09 2015 +0300
@@ -448,7 +448,7 @@
*
* @param s the error message
* @param e the original exception
- * @throw the new AWTError including the cause (the original exception)
+ * @throws the new AWTError including the cause (the original exception)
*/
private static void newAWTError(Throwable e, String s) {
AWTError newAWTError = new AWTError(s);