mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 00:56:14 +00:00
Typo fix
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
694be09b7b
commit
ef03de2e6a
@ -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…
Reference in New Issue
Block a user