mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 21:09:21 +08:00
Few typos fixes in binfmt and libc/machine.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
d898bc445c
commit
d85c432278
@@ -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
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user