diff --git a/src/java.base/share/classes/java/lang/invoke/MethodHandles.java b/src/java.base/share/classes/java/lang/invoke/MethodHandles.java index 16362f54ccc..d4b4ceb7f72 100644 --- a/src/java.base/share/classes/java/lang/invoke/MethodHandles.java +++ b/src/java.base/share/classes/java/lang/invoke/MethodHandles.java @@ -1451,7 +1451,7 @@ public class MethodHandles { *
  • If the new lookup class is in the same module as the old lookup class, * the new previous lookup class is the old previous lookup class. *
  • If the new lookup class is in a different module from the old lookup class, - * the new previous lookup class is the the old lookup class. + * the new previous lookup class is the old lookup class. * *

    * The resulting lookup's capabilities for loading classes