summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2018-04-06 13:53:45 +0100
committerMathew Inwood <mathewi@google.com>2018-04-06 13:55:44 +0100
commit5e986dccfd96876d9e07bf779237b10bf9985b28 (patch)
treeed9a59e4c54e036b26fe4c06cb6763cc1424baa7 /core/java/android
parent977837acd69e74ec3149a48d90cfa3b01a7217b7 (diff)
Fix typo in comments.
Keep the nitpickers happy. Test: m Bug: 77517571 Change-Id: I70374c05df3e366b5a0ce3bbb103dce28f48d4b8
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/content/pm/ApplicationInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java
index 4eddbe3ac01a..49b1efd08c91 100644
--- a/core/java/android/content/pm/ApplicationInfo.java
+++ b/core/java/android/content/pm/ApplicationInfo.java
@@ -1133,7 +1133,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
public static final int HIDDEN_API_ENFORCEMENT_NONE = 0;
/**
* No API enforcement, but enable the detection logic and warnings. Observed behaviour is the
- * sane as {@link #HIDDEN_API_ENFORCEMENT_NONE} but you may see warnings in the log when APIs
+ * same as {@link #HIDDEN_API_ENFORCEMENT_NONE} but you may see warnings in the log when APIs
* are accessed.
* @hide
* */