1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

Add omitted word.

Copied from Perforce
 Change: 187673
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2015-02-05 10:49:20 +00:00
parent 506aa1f362
commit 2a3345ed86

View file

@ -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.