summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathew Inwood <mathewi@google.com> 2018-05-09 02:52:35 -0700
committer android-build-merger <android-build-merger@google.com> 2018-05-09 02:52:35 -0700
commit17311a32da8384d81fd2b6e38eb84d1d07acf8dd (patch)
treeebee7f3a64870562f72652996e76332a828fb555
parent2b5d9761d5cf8874a6dfcbf6b262fd3c79169a14 (diff)
parent40f67c52bb0553e81a1537369abe2878641a6aaa (diff)
Fix typo in comments.
am: 40f67c52bb Change-Id: I0727a3755f5fb46c5d4d43bed9f1628c82f5190d
-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 d9a1ce0ec7a0..f04f7633c0ba 100644
--- a/core/java/android/content/pm/ApplicationInfo.java
+++ b/core/java/android/content/pm/ApplicationInfo.java
@@ -1060,7 +1060,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
* */