doc: fix typo in heap.rst
typo: stanard -> standard Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
parent
a83f04ee53
commit
054a9aeec9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Releasing Memory
|
|||
================
|
||||
|
||||
Memory allocated with :cpp:func:`k_heap_alloc()` must be released using
|
||||
:cpp:func:`k_heap_free()`. Similar to stanard C ``free()``, the pointer
|
||||
:cpp:func:`k_heap_free()`. Similar to standard C ``free()``, the pointer
|
||||
provided must be either a ``NULL`` value or a pointer previously
|
||||
returned by :cpp:func:`k_heap_alloc()` for the same heap. Freeing a
|
||||
``NULL`` value is defined to have no effect.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue