8346432: java.lang.foreign.Linker comment typo

Reviewed-by: jvernee
This commit is contained in:
Jan Kratochvil 2024-12-17 14:58:21 +00:00 committed by Per Minborg
parent fbd76ca8ed
commit a5503fb6fa

View file

@ -797,7 +797,7 @@ public sealed interface Linker permits AbstractLinker {
* arguments</li>
* <li>{@code N}, none of the arguments passed to the function are passed as
* variadic arguments</li>
* <li>{@code n}, where {@code 0 < m < N}, the arguments {@code m..N} are passed
* <li>{@code m}, where {@code 0 < m < N}, the arguments {@code m..N-1} are passed
* as variadic arguments</li>
* </ul>
* It is important to always use this linker option when linking a