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 694be09 commit ef03de2Copy full SHA for ef03de2
library/std/src/sys/unix/process/process_unix.rs
@@ -135,7 +135,7 @@ impl Command {
135
let mut pidfd: libc::pid_t = -1;
136
137
// On Linux, attempt to use the `clone3` syscall, which
138
- // supports more argument (in prarticular, the ability to create a pidfd).
+ // supports more argument (in particular, the ability to create a pidfd).
139
// If this fails, we will fall through this block to a call to `fork()`
140
cfg_if::cfg_if! {
141
if #[cfg(target_os = "linux")] {
0 commit comments