We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03dba6 commit 2e20fe3Copy full SHA for 2e20fe3
library/std/src/sys/unix/process/process_unix.rs
@@ -124,7 +124,7 @@ impl Command {
124
let mut pidfd: libc::pid_t = -1;
125
126
// On Linux, attempt to use the `clone3` syscall, which
127
- // supports more argument (in prarticular, the ability to create a pidfd).
+ // supports more argument (in particular, the ability to create a pidfd).
128
// If this fails, we will fall through this block to a call to `fork()`
129
cfg_if::cfg_if! {
130
if #[cfg(target_os = "linux")] {
0 commit comments