Fix error in comment

This commit is contained in:
Gregory Nutt 2016-06-09 08:13:42 -06:00
parent b5891c8b1a
commit 7a5ceb244e

View File

@ -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).