about summary refs log tree commit diff
path: root/library/std/src/os
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2021-06-25 13:18:56 -0700
committerEric Huss <eric@huss.org>2021-06-25 13:18:56 -0700
commit6235e6f93f85134b82500656d9120a58ec7ca328 (patch)
treea7ca566edd67d8efbb5bdeb1b9f6eee34479483e /library/std/src/os
parentf726dbe934d7dcf8ac72e5a8863703e64bb049ae (diff)
downloadrust-6235e6f93f85134b82500656d9120a58ec7ca328.tar.gz
rust-6235e6f93f85134b82500656d9120a58ec7ca328.zip
Fix a few misspellings.
Diffstat (limited to 'library/std/src/os')
-rw-r--r--library/std/src/os/unix/process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/unix/process.rs b/library/std/src/os/unix/process.rs
index 3dc389b7582..f3b5227df86 100644
--- a/library/std/src/os/unix/process.rs
+++ b/library/std/src/os/unix/process.rs
@@ -226,7 +226,7 @@ pub trait ExitStatusExt: Sealed {
     ///
     /// Panics on an attempt to make an `ExitStatusError` from a wait status of `0`.
     ///
-    /// Making an `ExitStatus` always succeds and never panics.
+    /// Making an `ExitStatus` always succeeds and never panics.
     #[stable(feature = "exit_status_from", since = "1.12.0")]
     fn from_raw(raw: i32) -> Self;