Skip to content

Commit 80be0e4

Browse files
Update library/std/src/os/unix/io/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent a1cce8e commit 80be0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/unix/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
//! and read from or written to must be `unsafe`? No. Rust's safety guarantees
5757
//! only cover what the program itself can do, and not what entities outside
5858
//! the program can do to it. `/proc/self/mem` is considered to be such an
59-
//! external entity, along with debuggers and people with physical access to
59+
//! external entity, along with debugging interfaces, and people with physical access to
6060
//! the hardware. This is true even in cases where the program is controlling
6161
//! the external entity.
6262
//!

0 commit comments

Comments
 (0)