diff options
| author | Donald Chai <dchai@google.com> | 2021-02-02 07:12:02 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-02-02 07:12:02 +0000 |
| commit | 9154c8febec6ef387d8d605e4f41729a8c02ff8b (patch) | |
| tree | 4557ac1e4faf91847c30e0bd3d9ae4778759e407 /core/java/android | |
| parent | 2b686e85f1c388848f22a10c1bba4a1fb46ea590 (diff) | |
| parent | 2b6eebf16d2240ab1e7795b3df9a394ad8bd11fc (diff) | |
Merge "Fix typo in comment." am: 182e90d1ea am: 2a0adcf0c6 am: 2b6eebf16d
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1569600
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I7b0cbedae16e9efbc88521901cb225c1b5e64f58
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/ApplicationExitInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ApplicationExitInfo.java b/core/java/android/app/ApplicationExitInfo.java index d716a3cf5445..7410a1ca04c8 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. |
