summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-06-28 18:39:25 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-06-28 18:39:25 +0000
commit8c8eb1e9f45f141e620eb59cd3259f4ef1d61d9b (patch)
treedc305cf96744af693212456cd19259e6e371ffdd
parentbb3d437d6f3019d6f104e1b0108eddcae5276604 (diff)
parentc3341e88cf0dd8c7662d1570f6c1d14634b5e0cc (diff)
Merge "Fix typo in DeadObjectException.java" into main
-rw-r--r--core/java/android/os/DeadObjectException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/DeadObjectException.java b/core/java/android/os/DeadObjectException.java
index fc3870e812a2..0a50778dce72 100644
--- a/core/java/android/os/DeadObjectException.java
+++ b/core/java/android/os/DeadObjectException.java
@@ -26,7 +26,7 @@ import android.os.RemoteException;
* receive this error from an app, at a minimum, you should
* recover by resetting the connection. For instance, you should
* drop the binder, clean up associated state, and reset your
- * connection to the service which through this error. In order
+ * connection to the service which threw this error. In order
* to simplify your error recovery paths, you may also want to
* "simply" restart your process. However, this may not be an
* option if the service you are talking to is unreliable or