Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: mojo/public/c/system/handle.h

Issue 2042363003: Allow data pipe producer/consumer handles to be transferred during two-phase operations. (Closed) Base URL: https://github.com/domokit/mojo.git@work790_dp_cancel_two_phase
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/c/system/data_pipe.h ('k') | mojo/public/c/system/message_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/public/c/system/data_pipe.h ('k') | mojo/public/c/system/message_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698