]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/sys/redox/ext/process.rs
New upstream version 1.21.0+dfsg1
[rustc.git] / src / libstd / sys / redox / ext / process.rs
index c59524974bf2f80d6e897bdf68950cdbe916a8f9..e68e180acf1c4cdf9a3c3dd5785c20e30af33ee3 100644 (file)
@@ -47,7 +47,7 @@ pub trait CommandExt {
     /// # Notes
     ///
     /// This closure will be run in the context of the child process after a
-    /// `fork`. This primarily means that any modificatons made to memory on
+    /// `fork`. This primarily means that any modifications made to memory on
     /// behalf of this closure will **not** be visible to the parent process.
     /// This is often a very constrained environment where normal operations
     /// like `malloc` or acquiring a mutex are not guaranteed to work (due to