summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2016-11-16 22:31:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-11-16 22:31:56 +0000
commit2eb0a8b4d5f1e9c2d569c3cf07d450ebc1ab41e5 (patch)
tree7ffe4c19caee8546573bbeb246823989650281f0 /core/java
parentc4428c1e1a738722e48a162883befa0da463529c (diff)
parent86f39a4287137caf052adc5d000b98ba0d526ce2 (diff)
Merge "Fixing typo in method comment."
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/content/Context.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index 821b0f85c555..5fa427514ebe 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -2337,7 +2337,7 @@ public abstract class Context {
* matches <var>filter</var>, in the main application thread.
*
* <p>The system may broadcast Intents that are "sticky" -- these stay
- * around after the broadcast as finished, to be sent to any later
+ * around after the broadcast has finished, to be sent to any later
* registrations. If your IntentFilter matches one of these sticky
* Intents, that Intent will be returned by this function
* <strong>and</strong> sent to your <var>receiver</var> as if it had just