Hi all, Please see this trivial typo fix to the `java.lang.foreign.Linker::captureCallState` method's JavaDoc.
The new paragraph reads as follows: > Captured state can be stored in, or retrieved from the capture state segment > by constructing var handles from the capture state layout. Some functions > require this state to be initialized to a particular value before invoking > the downcall. Testing: tier 1. ------------- Commit messages: - Fix JavaDoc typo. Changes: https://git.openjdk.org/jdk/pull/30530/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30530&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8381464 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/30530.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30530/head:pull/30530 PR: https://git.openjdk.org/jdk/pull/30530
