diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 5d076d487b30c..6d82922484bc8 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -1413,7 +1413,7 @@ public abstract class Context { * *
* If a shared storage device is emulated (as determined by - * {@link Environment#isExternalStorageEmulated(File)}), it's contents are + * {@link Environment#isExternalStorageEmulated(File)}), its contents are * backed by a private user data partition, which means there is little * benefit to storing data here instead of the private directories returned * by {@link #getFilesDir()}, etc. @@ -1501,7 +1501,7 @@ public abstract class Context { * *
* If a shared storage device is emulated (as determined by - * {@link Environment#isExternalStorageEmulated(File)}), it's contents are + * {@link Environment#isExternalStorageEmulated(File)}), its contents are * backed by a private user data partition, which means there is little * benefit to storing data here instead of the private directories returned * by {@link #getFilesDir()}, etc. @@ -1812,7 +1812,7 @@ public abstract class Context { * *
* If a shared storage device is emulated (as determined by - * {@link Environment#isExternalStorageEmulated(File)}), it's contents are + * {@link Environment#isExternalStorageEmulated(File)}), its contents are * backed by a private user data partition, which means there is little * benefit to storing data here instead of the private directory returned by * {@link #getCacheDir()}.