summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrew Solovay <asolovay@google.com> 2018-11-19 10:11:08 -0800
committer android-build-merger <android-build-merger@google.com> 2018-11-19 10:11:08 -0800
commit49e30496136137009230ba6c3dd830bc556cbd4d (patch)
treeddbf2e362017ed9ce19ca39b38fc1fea4e778229
parentb4bbd2c8a8b6f36b7d23b0b152043c5e66e262aa (diff)
parent0db8a96a7c38316d7890e3da59ce028824cb74d0 (diff)
Merge "docs: Fixing typos." into pi-dev am: 94a49c90a7
am: 0db8a96a7c Change-Id: Ib4e0492fb8b58acb215c566f60d9f3156687b278
-rw-r--r--media/java/android/media/audiofx/AudioEffect.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/java/android/media/audiofx/AudioEffect.java b/media/java/android/media/audiofx/AudioEffect.java
index 97468423219a..7480fa0f2101 100644
--- a/media/java/android/media/audiofx/AudioEffect.java
+++ b/media/java/android/media/audiofx/AudioEffect.java
@@ -989,7 +989,7 @@ public class AudioEffect {
// --------------------
/**
* The OnEnableStatusChangeListener interface defines a method called by the AudioEffect
- * when a the enabled state of the effect engine was changed by the controlling application.
+ * when the enabled state of the effect engine was changed by the controlling application.
*/
public interface OnEnableStatusChangeListener {
/**
@@ -1003,7 +1003,7 @@ public class AudioEffect {
/**
* The OnControlStatusChangeListener interface defines a method called by the AudioEffect
- * when a the control of the effect engine is gained or lost by the application
+ * when control of the effect engine is gained or lost by the application
*/
public interface OnControlStatusChangeListener {
/**