8330176: Typo in Linker javadoc
Reviewed-by: mcimadamore
This commit is contained in:
parent
3f1d9c441e
commit
60d88b7ae2
@ -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…
Reference in New Issue
Block a user