Index: third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h |
diff --git a/third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h b/third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h |
index 5dce2eeac0c2e3e748f309e049e5fb3cd25a6ed7..e660a2e093bd62798ab80969eafbb66b8efdb558 100644 |
--- a/third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h |
+++ b/third_party/mojo/src/mojo/edk/system/remote_data_pipe_ack.h |
@@ -10,7 +10,8 @@ |
namespace mojo { |
namespace system { |
-// Data payload for |MessageInTransit::kSubtypeEndpointDataPipeAck| messages. |
+// Data payload for |MessageInTransit::kSubtypeEndpointClientDataPipeAck| |
+// messages. |
struct RemoteDataPipeAck { |
uint32_t num_bytes_consumed; |
}; |