mirror of
https://github.com/apache/nuttx.git
synced 2026-09-19 20:39:39 +08:00
libc/spawn: Fix typo in comments
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user