Skip to content
Snippets Groups Projects
Commit 5f3a8352 authored by Donald Chai's avatar Donald Chai
Browse files

Fix typo in comment.

Change-Id: Ie35db2cfef32543e573bf701d2d523f5f1502161
Tested: N/A
parent 30a0fe39
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment