From 2e805b19cdb309ea6eeb6d2e8b0915681f831f5a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 22 Mar 2010 10:10:51 -0700 Subject: [PATCH] Grammar fixes. Change-Id: I77672d2260c26aee146bb6a853137c14e3db1f28 --- core/java/android/content/pm/PackageManager.java | 2 +- core/java/android/os/storage/IMountService.aidl | 2 +- telephony/java/com/android/internal/telephony/IccCard.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index bbf4ca1fc16fd..0318b6cca5d48 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -233,7 +233,7 @@ public abstract class PackageManager { /** * Flag parameter for {@link #installPackage(android.net.Uri, IPackageInstallObserver, int)} to * indicate that this package should be installed as forward locked, i.e. only the app itself - * should have access to it's code and non-resource assets. + * should have access to its code and non-resource assets. * @hide */ public static final int INSTALL_FORWARD_LOCK = 0x00000001; diff --git a/core/java/android/os/storage/IMountService.aidl b/core/java/android/os/storage/IMountService.aidl index 75455ab35b44d..616c2178b39f4 100644 --- a/core/java/android/os/storage/IMountService.aidl +++ b/core/java/android/os/storage/IMountService.aidl @@ -84,7 +84,7 @@ interface IMountService int[] getStorageUsers(String path); /** - * Gets the state of an volume via it's mountpoint. + * Gets the state of a volume via its mountpoint. */ String getVolumeState(String mountPoint); diff --git a/telephony/java/com/android/internal/telephony/IccCard.java b/telephony/java/com/android/internal/telephony/IccCard.java index 6eea46eb67ed8..d3a34ecd39d0c 100644 --- a/telephony/java/com/android/internal/telephony/IccCard.java +++ b/telephony/java/com/android/internal/telephony/IccCard.java @@ -202,7 +202,7 @@ public abstract class IccCard { /** * Supply the ICC PIN to the ICC * - * When the operation is complete, onComplete will be sent to it's + * When the operation is complete, onComplete will be sent to its * Handler. * * onComplete.obj will be an AsyncResult