diff options
Diffstat (limited to 'spawn.h')
-rw-r--r-- | spawn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ int bfs_spawn_addsetrlimit(struct bfs_spawn *ctx, int resource, const struct rli * The arguments for the new process. * @param envp * The environment variables for the new process (NULL for the current - * environment. + * environment). * @return * The PID of the new process, or -1 on error. */ |