jdk/src/java.base/share/classes/java/lang/reflect/Executable.java
changeset 28864 6a1e63fb3fa9
parent 28431 a5c817e7ddb5
child 32834 e1dca5fe4de3
--- 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