Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcimadamore committed May 13, 2024
1 parent 8f02a6b commit 45c8873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/lang/ClassLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,7 @@ static long findNative(ClassLoader loader, Class<?> clazz, String entryName, Str
}

/*
* This is also called by SymbolLookup::library lookup. In that case, we need
* This is also called by SymbolLookup::libraryLookup. In that case, we need
* to avoid a restricted check, as that check has already been performed when
* obtaining the lookup.
*/
Expand Down

0 comments on commit 45c8873

Please sign in to comment.