summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Donald Chai <dchai@google.com> 2021-02-02 06:47:26 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-02-02 06:47:26 +0000
commit2b6eebf16d2240ab1e7795b3df9a394ad8bd11fc (patch)
treef6b7756e17d1fd4b32309056480e3c93ab0ce6b4
parentdf25462ffeb3a63ad7c664d6bd5b40143b1e887d (diff)
parent2a0adcf0c6744b9c28f7923f113f1f6a13715b6f (diff)
Merge "Fix typo in comment." am: 182e90d1ea am: 2a0adcf0c6
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1569600 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I314a3e97c4683dddb0ced5f5368e01586eea9919
-rw-r--r--core/java/android/app/ApplicationExitInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ApplicationExitInfo.java b/core/java/android/app/ApplicationExitInfo.java
index e7b3e14bfda7..69d5c8d0d2ff 100644
--- a/core/java/android/app/ApplicationExitInfo.java
+++ b/core/java/android/app/ApplicationExitInfo.java
@@ -50,7 +50,7 @@ import java.util.zip.GZIPInputStream;
*
* <p>
* Application process could die for many reasons, for example {@link #REASON_LOW_MEMORY}
- * when it was killed by the ystem because it was running low on memory. Reason
+ * when it was killed by the system because it was running low on memory. Reason
* of the death can be retrieved via {@link #getReason}. Besides the reason, there are a few other
* auxiliary APIs like {@link #getStatus} and {@link #getImportance} to help the caller with
* additional diagnostic information.