Fix some typographical errors.

This commit is contained in:
Gregory Nutt
2018-09-14 06:55:45 -06:00
parent c9187c2928
commit 9546481054
38 changed files with 53 additions and 53 deletions

View File

@@ -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.
*
****************************************************************************/

View File

@@ -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.
*
****************************************************************************/