From 2a3345ed86ef6a4e52950dda68636fafa4b3a975 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 5 Feb 2015 10:49:20 +0000 Subject: [PATCH] Add omitted word. Copied from Perforce Change: 187673 ServerID: perforce.ravenbrook.com --- mps/manual/source/topic/arena.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.