diff --git a/library/std/src/os/unix/io/mod.rs b/library/std/src/os/unix/io/mod.rs index 044cfb221b2f5..d1732fbfdfe60 100644 --- a/library/std/src/os/unix/io/mod.rs +++ b/library/std/src/os/unix/io/mod.rs @@ -46,7 +46,7 @@ //! //! ## `/proc/self/mem` and similar OS features //! -//! Some platforms have special files, such as `/proc/self/mem`, which +//! Some platforms have special files, such as `/proc/self/mem`, which //! provide read and write access to the process's memory. Such reads //! and writes happen outside the control of the Rust compiler, so they do not //! uphold Rust's memory safety guarantees.