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

Unified Diff: runtime/bin/process_fuchsia.cc

Issue 2692853014: Fuchsia's message pipes are called channels for a while now (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process_fuchsia.cc
diff --git a/runtime/bin/process_fuchsia.cc b/runtime/bin/process_fuchsia.cc
index 02c5055962649edcc9514bb15ece1bd0a20e97f4..865ce0c387362faf2bc9119e6dad83d5ad5699e1 100644
--- a/runtime/bin/process_fuchsia.cc
+++ b/runtime/bin/process_fuchsia.cc
@@ -388,7 +388,7 @@ class ExitCodeHandler {
item_count_--;
}
- // Interrupt message pipe.
+ // Interrupt channel.
static mx_handle_t interrupt_in_;
static mx_handle_t interrupt_out_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698