8072843: Typo in the description of the j.l.r.Executable.getAnnotatedReceiverType
Reviewed-by: lancea
--- a/jdk/src/java.base/share/classes/java/lang/reflect/Executable.java Tue Feb 10 10:09:33 2015 -0800
+++ b/jdk/src/java.base/share/classes/java/lang/reflect/Executable.java Tue Feb 10 11:34:13 2015 -0800
@@ -662,7 +662,7 @@
*
* If this {@code Executable} object represents a static method or
* represents a constructor of a top level, static member, local, or
- * anoymous class, then the return value is null.
+ * anonymous class, then the return value is null.
*
* @return an object representing the receiver type of the method or
* constructor represented by this {@code Executable} or {@code null} if