mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8346432: java.lang.foreign.Linker comment typo
Reviewed-by: jvernee
This commit is contained in:
parent
fbd76ca8ed
commit
a5503fb6fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue