about summary refs log tree commit diff
path: root/src/libstd/sys/windows
diff options
context:
space:
mode:
authorDenys Zariaiev <denys.zariaiev@gmail.com>2019-03-16 23:40:43 +0100
committerDenys Zariaiev <denys.zariaiev@gmail.com>2019-03-16 23:40:43 +0100
commit60f1644fd2746fd29520099d1667b6c3a3eb7b83 (patch)
tree1bb0bf5adc583c13833e1cafd65954c6ab5c0f5d /src/libstd/sys/windows
parenteeb5f171da2486c34e4e473c97a1468279d05e7c (diff)
parent2c8bbf50db0ef90a33f986ba8fc2e1fe129197ff (diff)
downloadrust-60f1644fd2746fd29520099d1667b6c3a3eb7b83.tar.gz
rust-60f1644fd2746fd29520099d1667b6c3a3eb7b83.zip
Merge remote-tracking branch 'upstream/master' into asm-compile-tests
Diffstat (limited to 'src/libstd/sys/windows')
-rw-r--r--src/libstd/sys/windows/pipe.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/sys/windows/pipe.rs b/src/libstd/sys/windows/pipe.rs
index 07f4f5f0e58..b38727830f3 100644
--- a/src/libstd/sys/windows/pipe.rs
+++ b/src/libstd/sys/windows/pipe.rs
@@ -37,9 +37,9 @@ pub struct Pipes {
 ///
 /// The ours/theirs pipes are *not* specifically readable or writable. Each
 /// one only supports a read or a write, but which is which depends on the
-/// boolean flag given. If `ours_readable` is true then `ours` is readable where
-/// `theirs` is writable. Conversely if `ours_readable` is false then `ours` is
-/// writable where `theirs` is readable.
+/// boolean flag given. If `ours_readable` is `true`, then `ours` is readable and
+/// `theirs` is writable. Conversely, if `ours_readable` is `false`, then `ours`
+/// is writable and `theirs` is readable.
 ///
 /// Also note that the `ours` pipe is always a handle opened up in overlapped
 /// mode. This means that technically speaking it should only ever be used