We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb59e7 commit 52cb18bCopy full SHA for 52cb18b
library/std/src/os/unix/io/mod.rs
@@ -57,7 +57,7 @@
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 debuggers and people with physical access to
60
-//! the hardware. This is true even in cases where the program is controling
+//! the hardware. This is true even in cases where the program is controlling
61
//! the external entity.
62
//!
63
//! If you desire to comprehensively prevent programs from reaching out and
0 commit comments