about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-12-02 07:36:40 +0000
committerbors <bors@rust-lang.org>2015-12-02 07:36:40 +0000
commit88397e092e01b6043b6f65772710dfe0e59056c5 (patch)
treea710c7ea30ae3ceee1532d3e16b4093855a11be0 /src/libstd
parent4f6fe3ee8ebd79109b919a9248cebe02195b2c3d (diff)
parent3bbc6323441630515dad79a02b7fc62232eb33be (diff)
downloadrust-88397e092e01b6043b6f65772710dfe0e59056c5.tar.gz
rust-88397e092e01b6043b6f65772710dfe0e59056c5.zip
Auto merge of #30160 - adambadawy:fix_wait_with_output_typo, r=bluss
r? @steveklabnik
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