We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae95fa commit fbb59e7Copy full SHA for fbb59e7
library/std/src/os/unix/io/mod.rs
@@ -56,7 +56,7 @@
56
//! and read from or written to must be `unsafe`? No. Rust's safety guarantees
57
//! only cover what the program itself can do, and not what entities outside
58
//! the program can do to it. `/proc/self/mem` is considered to be such an
59
-//! external entity, along with debugggers and people with physical access to
+//! external entity, along with debuggers and people with physical access to
60
//! the hardware. This is true even in cases where the program is controling
61
//! the external entity.
62
//!
0 commit comments