src/share/classes/java/lang/invoke/MethodHandleNatives.java

Print this page
rev 10452 : imported patch lang-Typos

@@ -507,11 +507,11 @@
         return err;
     }
 
     /**
      * Is this method a caller-sensitive method?
-     * I.e., does it call Reflection.getCallerClass or a similer method
+     * I.e., does it call Reflection.getCallerClass or a similar method
      * to ask about the identity of its caller?
      */
     static boolean isCallerSensitive(MemberName mem) {
         if (!mem.isInvocable())  return false;  // fields are not caller sensitive