libc/spawn: Fix typo in comments

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2022-02-08 22:44:31 +08:00 committed by Xiang Xiao
parent 358dab3723
commit 63aa11ca11

View File

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