Skip to content

Commit ef03de2

Browse files
joshtriplettbjorn3
authored andcommitted
Typo fix
Co-authored-by: bjorn3 <[email protected]>
1 parent 694be09 commit ef03de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/process/process_unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl Command {
135135
let mut pidfd: libc::pid_t = -1;
136136

137137
// On Linux, attempt to use the `clone3` syscall, which
138-
// supports more argument (in prarticular, the ability to create a pidfd).
138+
// supports more argument (in particular, the ability to create a pidfd).
139139
// If this fails, we will fall through this block to a call to `fork()`
140140
cfg_if::cfg_if! {
141141
if #[cfg(target_os = "linux")] {

0 commit comments

Comments
 (0)