Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 875c7258 authored by Donald Chai's avatar Donald Chai Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in comment." am: 182e90d1 am: 2a0adcf0 am: 2b6eebf1 am: 9154c8fe

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1569600

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie91ecd9ee60978b3f63a45794339b62020d3b73b
parents 693ccd6c 9154c8fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ import java.util.zip.GZIPInputStream;
 *
 *
 * <p>
 * <p>
 * Application process could die for many reasons, for example {@link #REASON_LOW_MEMORY}
 * 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
 * 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
 * auxiliary APIs like {@link #getStatus} and {@link #getImportance} to help the caller with
 * additional diagnostic information.
 * additional diagnostic information.