Index: mojo/services/media/common/interfaces/media_transport.mojom |
diff --git a/mojo/services/media/common/interfaces/media_transport.mojom b/mojo/services/media/common/interfaces/media_transport.mojom |
index 736a8ce13e96cbc1dec126134c22f43012abecce..8e6a99b56578fbb8dc4c20e69cc641919b6a9109 100644 |
--- a/mojo/services/media/common/interfaces/media_transport.mojom |
+++ b/mojo/services/media/common/interfaces/media_transport.mojom |
@@ -115,7 +115,7 @@ interface MediaConsumer { |
// the pipe using the SendPacket method. |
enum SendResult { |
CONSUMED, // Media was completely consumed. |
- FLUSHED, // Some or all of the media was flushed before being consumed. |
+ FLUSHED, // Some or all of the media was flushed before being consumed. |
}; |
// Sets the shared buffer in which packet payload will be located. |