mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 20:11:00 +01:00
posix_spawn.c: fix typo in comment
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
89f4f91dbf
commit
ebaf907114
@ -329,7 +329,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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user