Skip to content

Commit f9662f2

Browse files
Update library/std/src/os/unix/io/mod.rs
Co-authored-by: Josh Triplett <[email protected]>
1 parent 27d9ab4 commit f9662f2

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/unix/io

1 file changed

+1
-1
lines changed

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

+1-1
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)