jdk/src/share/classes/java/lang/invoke/MethodHandle.java
changeset 25979 42e5d9f8087e
parent 24572 5c9e5961d21c
--- a/jdk/src/share/classes/java/lang/invoke/MethodHandle.java	Mon Aug 11 11:27:24 2014 -0700
+++ b/jdk/src/share/classes/java/lang/invoke/MethodHandle.java	Mon Aug 11 21:03:59 2014 +0100
@@ -679,7 +679,7 @@
      * This method provides the crucial behavioral difference between
      * {@link #invokeExact invokeExact} and plain, inexact {@link #invoke invoke}.
      * The two methods
-     * perform the same steps when the caller's type descriptor exactly m atches
+     * perform the same steps when the caller's type descriptor exactly matches
      * the callee's, but when the types differ, plain {@link #invoke invoke}
      * also calls {@code asType} (or some internal equivalent) in order
      * to match up the caller's and callee's types.