Skip to content

Commit 27d9ab4

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

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

0 commit comments

Comments
 (0)