Skip to content

Commit 52cb18b

Browse files
sunfishcodesstangl
andauthored
Update library/std/src/os/unix/io/mod.rs
Co-authored-by: Sean Stangl <[email protected]>
1 parent fbb59e7 commit 52cb18b

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
@@ -57,7 +57,7 @@
5757
//! only cover what the program itself can do, and not what entities outside
5858
//! the program can do to it. `/proc/self/mem` is considered to be such an
5959
//! 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
60+
//! the hardware. This is true even in cases where the program is controlling
6161
//! the external entity.
6262
//!
6363
//! If you desire to comprehensively prevent programs from reaching out and

0 commit comments

Comments
 (0)