src/share/classes/java/lang/reflect/AccessibleObject.java

Print this page
rev 10452 : imported patch lang-Typos

@@ -76,11 +76,11 @@
      * {@code true} but accessibility of any of the elements of the input
      * {@code array} may not be changed (for example, if the element
      * object is a {@link Constructor} object for the class {@link
      * java.lang.Class}).  In the event of such a SecurityException, the
      * accessibility of objects is set to {@code flag} for array elements
-     * upto (and excluding) the element for which the exception occurred; the
+     * up to (and excluding) the element for which the exception occurred; the
      * accessibility of elements beyond (and including) the element for which
      * the exception occurred is unchanged.
      *
      * @param array the array of AccessibleObjects
      * @param flag  the new value for the {@code accessible} flag