Typo fix
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
694be09b7b
commit
ef03de2e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ impl Command {
|
|||
let mut pidfd: libc::pid_t = -1;
|
||||
|
||||
// On Linux, attempt to use the `clone3` syscall, which
|
||||
// supports more argument (in prarticular, the ability to create a pidfd).
|
||||
// supports more argument (in particular, the ability to create a pidfd).
|
||||
// If this fails, we will fall through this block to a call to `fork()`
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(target_os = "linux")] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue