Skip to content

Commit 2e20fe3

Browse files
joshtriplettbjorn3
authored andcommitted
Typo fix
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
1 parent b03dba6 commit 2e20fe3

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
@@ -124,7 +124,7 @@ impl Command {
124124
let mut pidfd: libc::pid_t = -1;
125125

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

0 commit comments

Comments
 (0)