mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
Fix some typographical errors.
This commit is contained in:
@@ -82,7 +82,7 @@ EXTERN FAR struct binfmt_s *g_binfmts;
|
||||
* bin - Load structure
|
||||
*
|
||||
* Returned Value:
|
||||
* Zero (OK) on success; a negater errno value on failure
|
||||
* Zero (OK) on success; a negated errno value on failure
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@@ -106,7 +106,7 @@ int dump_module(FAR const struct binary_s *bin);
|
||||
* argv - Argument list
|
||||
*
|
||||
* Returned Value:
|
||||
* Zero (OK) on success; a negater errno value on failure.
|
||||
* Zero (OK) on success; a negated errno value on failure.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
* argv - Argument list
|
||||
*
|
||||
* Returned Value:
|
||||
* Zero (OK) on sucess; a negater erro value on failure.
|
||||
* Zero (OK) on success; a negated erro value on failure.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user