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

Commit 182e90d1 authored by Donald Chai's avatar Donald Chai Committed by Gerrit Code Review
Browse files

Merge "Fix typo in comment."

parents 02bf7d12 5f3a8352
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.