Index: mojo/services/media/common/interfaces/media_pipe.mojom |
diff --git a/mojo/services/media/common/interfaces/media_pipe.mojom b/mojo/services/media/common/interfaces/media_pipe.mojom |
index 7efbd2fd7a6851d9df2474c3e99f52d1525f7ab5..58dc36a49e068683a7e6b47e6f062cb5993592b6 100644 |
--- a/mojo/services/media/common/interfaces/media_pipe.mojom |
+++ b/mojo/services/media/common/interfaces/media_pipe.mojom |
@@ -77,7 +77,7 @@ interface MediaPipe { |
// 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 sent Packet payloads will be located. |