tests: lib: mem_alloc: minor typo fixes in README file
Some minor typo and style fixes in the README file of tests/lib/mem_alloc test-suite. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
d3ffa8d089
commit
9c0efe1adf
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ Standard Libraries
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
|
|
||||||
This test verifies kernel access to the dynamic memory allocation funtions
|
This test verifies kernel access to the dynamic memory allocation functions
|
||||||
provided by standard C libraries supported in Zephyr:
|
provided by standard C libraries supported in Zephyr:
|
||||||
NEWLIB and MINIMAL_LIB.
|
NEWLIB and MINIMAL_LIB.
|
||||||
It is intended to catch issues in which a library is completely absent
|
It is intended to catch issues in which a library is completely absent
|
||||||
|
@ -23,7 +23,7 @@ on QEMU as follows:
|
||||||
|
|
||||||
Troubleshooting:
|
Troubleshooting:
|
||||||
|
|
||||||
Problems caused by out-dated project information can be addressed by
|
Problems caused by outdated project information can be addressed by
|
||||||
issuing one of the following commands then rebuilding the project:
|
issuing one of the following commands then rebuilding the project:
|
||||||
|
|
||||||
make clean # discard results of previous builds
|
make clean # discard results of previous builds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue