Few typos fixes in binfmt and libc/machine.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2021-03-10 21:13:31 +01:00
committed by Xiang Xiao
parent d898bc445c
commit d85c432278
16 changed files with 24 additions and 23 deletions

View File

@@ -42,12 +42,13 @@
* Name: dump_module
*
* Description:
* Load a module into memory and prep it for execution.
* Dump the contents of struct binary_s.
*
* Input Parameters:
* bin - Load structure
*
* Returned Value:
* This is a NuttX internal function so it follows the convention that
* 0 (OK) is returned on success and a negated errno is returned on
* failure.
* Zero (OK) on success; a negated errno value on failure
*
****************************************************************************/