Skip to content

Commit 448d527

Browse files
committed
Typo fix: exec:ing -> exec'ing
1 parent 91d5e4a commit 448d527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
extern crate libc;
1010

11-
// By default the Rust runtime resets SIGPIPE to SIG_DFL before exec:ing child
11+
// By default the Rust runtime resets SIGPIPE to SIG_DFL before exec'ing child
1212
// processes so opt-out of that with `#[unix_sigpipe = "sig_dfl"]`. See
1313
// https://github.com/rust-lang/rust/blob/bf4de3a874753bbee3323081c8b0c133444fed2d/library/std/src/sys/pal/unix/process/process_unix.rs#L359-L384
1414
#[unix_sigpipe = "sig_dfl"]

0 commit comments

Comments
 (0)