From 27d9ab447b4a7b92565d1c2be9e45f58f0243731 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 7 Jun 2022 10:38:31 -0700 Subject: [PATCH] Update library/std/src/os/unix/io/mod.rs Co-authored-by: Josh Triplett --- library/std/src/os/unix/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/os/unix/io/mod.rs b/library/std/src/os/unix/io/mod.rs index 139accf3f8d..610a5da7778 100644 --- a/library/std/src/os/unix/io/mod.rs +++ b/library/std/src/os/unix/io/mod.rs @@ -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