From bbab30ba77f300ed991ed3e7da2ee89c333daa76 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 25 Nov 2021 11:26:26 -0500 Subject: Release 2.3 --- spawn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spawn.h') diff --git a/spawn.h b/spawn.h index 7bae89c..0dd9d61 100644 --- a/spawn.h +++ b/spawn.h @@ -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. */ -- cgit v1.2.3