Merge "Fix some JNI issues in the drm framework"
diff --git a/core/java/android/provider/MediaStore.java b/core/java/android/provider/MediaStore.java
index d3ad63d..6c6b1184 100644
--- a/core/java/android/provider/MediaStore.java
+++ b/core/java/android/provider/MediaStore.java
@@ -1833,19 +1833,19 @@
public static final String LANGUAGE = "language";
/**
- * The latitude where the image was captured.
+ * The latitude where the video was captured.
* <P>Type: DOUBLE</P>
*/
public static final String LATITUDE = "latitude";
/**
- * The longitude where the image was captured.
+ * The longitude where the video was captured.
* <P>Type: DOUBLE</P>
*/
public static final String LONGITUDE = "longitude";
/**
- * The date & time that the image was taken in units
+ * The date & time that the video was taken in units
* of milliseconds since jan 1, 1970.
* <P>Type: INTEGER</P>
*/