Merge "Add provideAssistData attr to public.xml" into klp-dev
diff --git a/media/java/android/media/MediaTimeProvider.java b/media/java/android/media/MediaTimeProvider.java
index c1fda81..fe37712 100644
--- a/media/java/android/media/MediaTimeProvider.java
+++ b/media/java/android/media/MediaTimeProvider.java
@@ -59,7 +59,7 @@
      *                  greater than or equal to the last returned time.  Don't
      *                  always set this to true.  E.g. this has undesired
      *                  consequences if the media is seeked between calls.
-     * @throw IllegalStateException if the media is not initialized
+     * @throws IllegalStateException if the media is not initialized
      */
     public long getCurrentTimeUs(boolean precise, boolean monotonic)
             throws IllegalStateException;