From 36c5fd39f29a3e39db7b5ab5529fedee1135acf7 Mon Sep 17 00:00:00 2001 From: Nick Barnes Date: Mon, 20 May 2013 19:15:49 +0100 Subject: [PATCH] Tiny typo corrections. Copied from Perforce Change: 182009 ServerID: perforce.ravenbrook.com --- mps/code/pool.c | 2 +- mps/manual/source/pool/mfs.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mps/code/pool.c b/mps/code/pool.c index bab44c83c7f..06cc9d01789 100644 --- a/mps/code/pool.c +++ b/mps/code/pool.c @@ -185,7 +185,7 @@ failInit: } -/* PoolCreate, PoolCreateV: Allocate and initialise pool */ +/* PoolCreate: Allocate and initialise pool */ Res PoolCreate(Pool *poolReturn, Arena arena, PoolClass class, ArgList args) diff --git a/mps/manual/source/pool/mfs.rst b/mps/manual/source/pool/mfs.rst index b13870006df..cdafc148315 100644 --- a/mps/manual/source/pool/mfs.rst +++ b/mps/manual/source/pool/mfs.rst @@ -78,7 +78,7 @@ MFS interface :term:`pool`. When creating an MFS pool, :c:func:`mps_pool_create_k` requires - one :term:`keyword arguments`: + one :term:`keyword argument`: * :c:macro:`MPS_KEY_MFS_UNIT_SIZE` (type :c:type:`size_t`) is the :term:`size` of blocks that will be allocated from this pool, in