| Index: mojo/public/c/system/handle.h
|
| diff --git a/mojo/public/c/system/handle.h b/mojo/public/c/system/handle.h
|
| index 91ea72ae3d3cc4e1274e5135c156c6f7ff05c32d..3723f9c4b7a35c4d08f11f0fe36bc700f25b7c0b 100644
|
| --- a/mojo/public/c/system/handle.h
|
| +++ b/mojo/public/c/system/handle.h
|
| @@ -135,7 +135,7 @@ MojoResult MojoGetRights(MojoHandle handle, MojoHandleRights* rights); // Out.
|
| //
|
| // replacement handle rights = current rights & ~rights_to_remove.
|
| //
|
| -// |handle| will be invalidated, and any ongoing two-phase operations (e.g., for
|
| +// |handle| will be invalidated and any ongoing two-phase operations (e.g., for
|
| // data pipes) on |handle| will be aborted.
|
| //
|
| // On failure, |handle| will remain valid and unchanged (with any ongoing
|
|
|