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:
Ioannis Glaropoulos 2019-11-15 12:20:45 +01:00 committed by Maureen Helm
parent d3ffa8d089
commit 9c0efe1adf
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Standard Libraries
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:
NEWLIB and MINIMAL_LIB.
It is intended to catch issues in which a library is completely absent
@ -23,7 +23,7 @@ on QEMU as follows:
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:
make clean # discard results of previous builds