doc: Fix typo in reference to microkernel_memory_maps

Change-Id: I6487713cf1922e86505f6d5307f91e6904dc2762
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-06-14 16:12:29 -07:00 committed by Anas Nashif
commit 9ed259cfb9

View file

@ -9,7 +9,7 @@ Concepts
The microkernel's :dfn:`memory pool` objects provide dynamic allocation and
release of variable-size memory blocks.
Unlike :ref:`memory map <microkernel_memory_map>` objects, which support
Unlike :ref:`memory map <microkernel_memory_maps>` objects, which support
memory blocks of only a *single* size, a memory pool can support memory blocks
of *various* sizes. The memory pool does this by subdividing blocks into smaller
chunks, where possible, to more closely match the actual needs of a requesting