mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix error in comment
This commit is contained in:
parent
b5891c8b1a
commit
7a5ceb244e
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
* Attempt to execute the application task whose name is 'cmd'
|
||||
*
|
||||
* Returned Value:
|
||||
* <0 If exec_builtin() fails, then the negated errno value
|
||||
* <0 If posix_spawn() fails, then the negated errno value
|
||||
* is returned.
|
||||
* -1 (ERROR) if the application task corresponding to 'cmd' could not
|
||||
* be started (possibly because it doesn not exist).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue