8319607: FFM: Review the language in the FFM documentation

Reviewed-by: mcimadamore
This commit is contained in:
Per Minborg 2023-11-07 14:34:33 +00:00
parent bf9a93de1f
commit ef8c8408a6
12 changed files with 128 additions and 128 deletions

View file

@ -246,7 +246,7 @@ public interface Arena extends SegmentAllocator, AutoCloseable {
* The returned segment is associated with this {@linkplain #scope() arena scope}.
* The segment's {@link MemorySegment#address() address} is the starting address of the
* allocated off-heap region of memory backing the segment, and the address is
* aligned according the provided alignment constraint.
* aligned according to the provided alignment constraint.
*
* @implSpec
* Implementations of this method must return a native segment featuring the requested size,