about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorDan Gohman <dev@sunfishcode.online>2022-06-07 09:53:34 -0700
committerGitHub <noreply@github.com>2022-06-07 09:53:34 -0700
commit52cb18b664fe594bfac03aaf5b3fb84986d74f02 (patch)
treef57b4ed0f1a4545c496b6d835607d5a395ed7f93 /library/std/src
parentfbb59e706287525a9157edc65944030f9cd251fd (diff)
downloadrust-52cb18b664fe594bfac03aaf5b3fb84986d74f02.tar.gz
rust-52cb18b664fe594bfac03aaf5b3fb84986d74f02.zip
Update library/std/src/os/unix/io/mod.rs
Co-authored-by: Sean Stangl <sean.stangl@gmail.com>
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/os/unix/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/unix/io/mod.rs b/library/std/src/os/unix/io/mod.rs
index 73cb3d31a7b..139accf3f8d 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