Skip to content

Commit a5503fb

Browse files
Jan Kratochvilminborg
Jan Kratochvil
authored andcommitted
8346432: java.lang.foreign.Linker comment typo
Reviewed-by: jvernee
1 parent fbd76ca commit a5503fb

File tree

1 file changed

+1
-1
lines changed
  • src/java.base/share/classes/java/lang/foreign

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/lang/foreign/Linker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ sealed interface Option
797797
* arguments</li>
798798
* <li>{@code N}, none of the arguments passed to the function are passed as
799799
* variadic arguments</li>
800-
* <li>{@code n}, where {@code 0 < m < N}, the arguments {@code m..N} are passed
800+
* <li>{@code m}, where {@code 0 < m < N}, the arguments {@code m..N-1} are passed
801801
* as variadic arguments</li>
802802
* </ul>
803803
* It is important to always use this linker option when linking a

0 commit comments

Comments
 (0)