summaryrefslogtreecommitdiff
path: root/nuttx/libc/spawn/lib_psfa_addclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/spawn/lib_psfa_addclose.c')
-rw-r--r--nuttx/libc/spawn/lib_psfa_addclose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/spawn/lib_psfa_addclose.c b/nuttx/libc/spawn/lib_psfa_addclose.c
index 225885cb1..bf22a153a 100644
--- a/nuttx/libc/spawn/lib_psfa_addclose.c
+++ b/nuttx/libc/spawn/lib_psfa_addclose.c
@@ -56,8 +56,8 @@
* Description:
* The posix_spawn_file_actions_addclose() function adds a close operation
* to the list of operations associated with the object referenced by
- * file_actions, for subsequent use in a call to posix_spawn(2) or
- * posix_spawnp(2). The descriptor referred to by fd is closed as if
+ * file_actions, for subsequent use in a call to posix_spawn() or
+ * posix_spawnp(). The descriptor referred to by fd is closed as if
* close() had been called on it prior to the new child process starting
* execution.
*