about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAdam Badawy <adambada@buffalo.edu>2015-12-01 23:12:01 -0500
committerAdam Badawy <adambada@buffalo.edu>2015-12-01 23:12:01 -0500
commit3bbc6323441630515dad79a02b7fc62232eb33be (patch)
treed134b747c5d45dd68e90aca22abc0b53218fdc2b /src/libstd
parent2f95de3b3b99954f48f189bcca195eb43c67844e (diff)
downloadrust-3bbc6323441630515dad79a02b7fc62232eb33be.tar.gz
rust-3bbc6323441630515dad79a02b7fc62232eb33be.zip
Fix typo in src/libstd/process.rs
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/process.rs b/src/libstd/process.rs
index 40803a4bbd6..91c3819307f 100644
--- a/src/libstd/process.rs
+++ b/src/libstd/process.rs
@@ -531,7 +531,7 @@ impl Child {
     }
 
     /// Simultaneously waits for the child to exit and collect all remaining
-    /// output on the stdout/stderr handles, returning a `Output`
+    /// output on the stdout/stderr handles, returning an `Output`
     /// instance.
     ///
     /// The stdin handle to the child process, if any, will be closed