From 52cb18b664fe594bfac03aaf5b3fb84986d74f02 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 7 Jun 2022 09:53:34 -0700 Subject: [PATCH] Update library/std/src/os/unix/io/mod.rs Co-authored-by: Sean Stangl --- library/std/src/os/unix/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/os/unix/io/mod.rs b/library/std/src/os/unix/io/mod.rs index 73cb3d31a7b0..139accf3f8d4 100644 --- a/library/std/src/os/unix/io/mod.rs +++ b/library/std/src/os/unix/io/mod.rs @@ -57,7 +57,7 @@ //! only cover what the program itself can do, and not what entities outside //! the program can do to it. `/proc/self/mem` is considered to be such an //! external entity, along with debuggers and people with physical access to -//! 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 //! the external entity. //! //! If you desire to comprehensively prevent programs from reaching out and