summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-09-14 01:38:54 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-09-14 01:38:54 +0000
commite71b05a211cf13a9962d672e3c85ce0b6c36d90d (patch)
tree7fd854bf67e66a7041ccb01f86b7733514f79fa0
parent26bdd62ce586c61eeec1a03bd951523d3d66a8ef (diff)
parent15e5b767d64d78be0ef486c23878475677e71702 (diff)
Merge "docs: bug 37037879, typo" into pi-dev
-rw-r--r--media/java/android/media/AudioTrack.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/java/android/media/AudioTrack.java b/media/java/android/media/AudioTrack.java
index 87b5d437cb0e..6e2ae1a4f654 100644
--- a/media/java/android/media/AudioTrack.java
+++ b/media/java/android/media/AudioTrack.java
@@ -1650,7 +1650,7 @@ public class AudioTrack extends PlayerBase
* @param timestamp a reference to a non-null AudioTimestamp instance allocated
* and owned by caller.
* @return true if a timestamp is available, or false if no timestamp is available.
- * If a timestamp if available,
+ * If a timestamp is available,
* the AudioTimestamp instance is filled in with a position in frame units, together
* with the estimated time when that frame was presented or is committed to
* be presented.