From 78142d3f5e96c9cd8d72a022ac10bd13c7fd268e Mon Sep 17 00:00:00 2001 From: tonihei Date: Tue, 31 Oct 2023 12:32:28 +0000 Subject: [PATCH] Fix typo --- .../java/androidx/media3/decoder/SimpleDecoderOutputBuffer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/decoder/src/main/java/androidx/media3/decoder/SimpleDecoderOutputBuffer.java b/libraries/decoder/src/main/java/androidx/media3/decoder/SimpleDecoderOutputBuffer.java index b3b1a1562f..40f14d5213 100644 --- a/libraries/decoder/src/main/java/androidx/media3/decoder/SimpleDecoderOutputBuffer.java +++ b/libraries/decoder/src/main/java/androidx/media3/decoder/SimpleDecoderOutputBuffer.java @@ -51,7 +51,7 @@ public class SimpleDecoderOutputBuffer extends DecoderOutputBuffer { } /** - * Grows the buffer with to a new size. + * Grows the buffer to a new size. * *

Existing data is copied to the new buffer, and {@link ByteBuffer#position} is preserved. *