libc/spawn: Fix typo in comments
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
358dab3723
commit
63aa11ca11
@ -51,7 +51,7 @@
|
|||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* file_actions - The posix_spawn_file_actions_t to append the action.
|
* file_actions - The posix_spawn_file_actions_t to append the action.
|
||||||
* fd1 - The first file descriptor to be argument to dup2.
|
* 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:
|
* Returned Value:
|
||||||
* On success, these functions return 0; on failure they return an error
|
* On success, these functions return 0; on failure they return an error
|
||||||
|
Loading…
Reference in New Issue
Block a user