summaryrefslogtreecommitdiff
path: root/nuttx/libc/spawn/lib_psfa_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/spawn/lib_psfa_init.c')
-rw-r--r--nuttx/libc/spawn/lib_psfa_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/spawn/lib_psfa_init.c b/nuttx/libc/spawn/lib_psfa_init.c
index 860045b52..cb638d6e7 100644
--- a/nuttx/libc/spawn/lib_psfa_init.c
+++ b/nuttx/libc/spawn/lib_psfa_init.c
@@ -51,7 +51,7 @@
* Description:
* The posix_spawn_file_actions_init() function initializes the object
* referenced by file_actions, to an empty set of file actions for
- * subsequent use in a call to posix_spawn(2) or posix_spawnp(2).
+ * subsequent use in a call to posix_spawn() or posix_spawnp().
*
* Input Parameters:
* file_actions - The address of the posix_spawn_file_actions_t to be