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:
parent
2abd863149
commit
9ed259cfb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue