diff options
| author | bors <bors@rust-lang.org> | 2014-09-04 18:30:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-09-04 18:30:59 +0000 |
| commit | d3e7922ddd5f2abfa4d5139e8bca5fab3e796f33 (patch) | |
| tree | 1b6d41765ea51745549db326611a726287f20958 /src/libnative/io/process.rs | |
| parent | bef51ba234a42c52939bcb0f8a5deb7c345d8eba (diff) | |
| parent | b7bfe04b2d003d08f6ac450f41d7f221cb87f129 (diff) | |
| download | rust-d3e7922ddd5f2abfa4d5139e8bca5fab3e796f33.tar.gz rust-d3e7922ddd5f2abfa4d5139e8bca5fab3e796f33.zip | |
auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcrichton
I corrected spelling and capitalization errors in comments and strings.
Diffstat (limited to 'src/libnative/io/process.rs')
| -rw-r--r-- | src/libnative/io/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnative/io/process.rs b/src/libnative/io/process.rs index 0cc7158bb5d..cad2ed0b97e 100644 --- a/src/libnative/io/process.rs +++ b/src/libnative/io/process.rs @@ -151,7 +151,7 @@ impl rtio::RtioProcess for Process { #[cfg(unix)] use libc::EINVAL as ERROR; #[cfg(windows)] use libc::ERROR_NOTHING_TO_TERMINATE as ERROR; - // On linux (and possibly other unices), a process that has exited will + // On Linux (and possibly other unices), a process that has exited will // continue to accept signals because it is "defunct". The delivery of // signals will only fail once the child has been reaped. For this // reason, if the process hasn't exited yet, then we attempt to collect |
