mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00:00
libc/spawn: Fix typo in comments
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
358dab3723
commit
63aa11ca11
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
* Input Parameters:
|
||||
* file_actions - The posix_spawn_file_actions_t to append the action.
|
||||
* fd1 - The first file descriptor to be argument to dup2.
|
||||
* fd2 - The first file descriptor to be argument to dup2.
|
||||
* fd2 - The second file descriptor to be argument to dup2.
|
||||
*
|
||||
* Returned Value:
|
||||
* On success, these functions return 0; on failure they return an error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue