diff --git a/mps/manual/source/topic/arena.rst b/mps/manual/source/topic/arena.rst index a534135b9c8..53f5d5d3fc0 100644 --- a/mps/manual/source/topic/arena.rst +++ b/mps/manual/source/topic/arena.rst @@ -445,10 +445,10 @@ Arena properties .. note:: - For a :term:`client arena`, the reserved address may be lower - than the sum of the :c:macro:`MPS_KEY_ARENA_SIZE` keyword - argument passed to :c:func:`mps_arena_create_k` and the - ``size`` arguments passed to :c:func:`mps_arena_extend`, + For a :term:`client arena`, the reserved address space may be + lower than the sum of the :c:macro:`MPS_KEY_ARENA_SIZE` + keyword argument passed to :c:func:`mps_arena_create_k` and + the ``size`` arguments passed to :c:func:`mps_arena_extend`, because the arena may be unable to use the whole of each chunk for reasons of alignment.