Index: mojo/edk/system/transport_data.h |
diff --git a/mojo/edk/system/transport_data.h b/mojo/edk/system/transport_data.h |
index 21eecf8bf72e5ca95d869ada814526878ae60bd6..771e071cd34ae6bce5a851a5b1e0650e3e9929f2 100644 |
--- a/mojo/edk/system/transport_data.h |
+++ b/mojo/edk/system/transport_data.h |
@@ -24,7 +24,7 @@ class Channel; |
// in various stages of serialization. |
// |
// The stages are: |
-// - Before reaching |TransportData|: Turn |DispatcherTransport|s into |
+// - Before reaching |TransportData|: Turn |HandleTransport|s into |
// |Dispatcher|s that are "owned" by (and attached to) a |MessageInTransit|. |
// This invalidates the handles in the space of the sending application |
// (and, e.g., if another thread is waiting on such a handle, it'll be |