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

Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
Dan Gohman 2022-06-07 10:38:31 -07:00 committed by GitHub
parent 52cb18b664
commit 27d9ab447b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
//!
//! ## What about `/proc/self/mem` and similar OS features?
//!
//! Some platforms have a feature known as `/proc/self/mem`, which is a
//! Some platforms have special files, such as `/proc/self/mem`, which is a
//! filesystem path that can be opened, producing a file descriptor that, when
//! read from or written to, reads and writes the process's memory. These reads
//! and writes happen outside the control of the Rust compiler, so they do not