Fix documentation of PLAYBACK_EVENT_MEDIA_SIZE_CHANGED API

Test: m
Bug: N/A
Change-Id: I26e0c765e56d0c5dd3a96af16531d3c46c2923a9
diff --git a/apex/framework/java/android/provider/CloudMediaProvider.java b/apex/framework/java/android/provider/CloudMediaProvider.java
index e443d14..7825181 100644
--- a/apex/framework/java/android/provider/CloudMediaProvider.java
+++ b/apex/framework/java/android/provider/CloudMediaProvider.java
@@ -752,7 +752,7 @@
         /**
          * Constant to notify that the media size is first known or has changed.
          *
-         * Pass the width and height of the video as a {@link Point} inside the {@link Bundle} with
+         * Pass the width and height of the media as a {@link Point} inside the {@link Bundle} with
          * {@link ContentResolver#EXTRA_SIZE} as the key.
          *
          * @see CloudMediaSurfaceEventCallback#onPlaybackEvent(int, int, Bundle)