git: d27a8000c4b2 - stable/13 - posix_spawn.c: fix typo in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Mar 2024 00:30:35 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d27a8000c4b26fea1f417b053550c0fae701fa57 commit d27a8000c4b26fea1f417b053550c0fae701fa57 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-03-06 06:19:16 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-03-11 00:29:51 +0000 posix_spawn.c: fix typo in comment (cherry picked from commit ebaf907114aa6bda49be4204185072571396bb0d) --- lib/libc/gen/posix_spawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/posix_spawn.c b/lib/libc/gen/posix_spawn.c index eda654a2f7e6..67e6e3a19876 100644 --- a/lib/libc/gen/posix_spawn.c +++ b/lib/libc/gen/posix_spawn.c @@ -330,7 +330,7 @@ do_posix_spawn(pid_t *pid, const char *path, #ifdef _RFORK_THREAD_STACK_SIZE /* * x86 stores the return address on the stack, so rfork(2) cannot work - * as-is because the child would clobber the return address om the + * as-is because the child would clobber the return address of the * parent. Because of this, we must use rfork_thread instead while * almost every other arch stores the return address in a register. */