Skip to content

Commit 42b45a5

Browse files
committed
Typo
1 parent ed6c611 commit 42b45a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/datasketches/memory/MemoryRequestServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface MemoryRequestServer {
3838
* @param alignmentBytes requested segment alignment. Typically 1, 2, 4 or 8.
3939
* @param byteOrder the given <i>ByteOrder</i>. It must be non-null.
4040
* @param arena the given arena to manage the new off-heap WritableMemory.
41-
* If arena is null, the requested WritableMemory will be off-heap.
41+
* If arena is null, the requested WritableMemory will be on-heap.
4242
* Warning: This class is not thread-safe. Specifying an Arena that allows multiple threads is not recommended.
4343
* @return new WritableMemory with the requested capacity.
4444
*/

0 commit comments

Comments
 (0)