mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8330176: Typo in Linker javadoc
Reviewed-by: mcimadamore
This commit is contained in:
parent
3f1d9c441e
commit
60d88b7ae2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -598,7 +598,7 @@ public sealed interface Linker permits AbstractLinker {
|
|||
* <p>
|
||||
* Calling this method is equivalent to the following code:
|
||||
* {@snippet lang=java :
|
||||
* linker.downcallHandle(function).bindTo(symbol);
|
||||
* linker.downcallHandle(function, options).bindTo(address);
|
||||
* }
|
||||
*
|
||||
* @param address the native memory segment whose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue