summaryrefslogtreecommitdiffstats
path: root/audio/out/pull.c
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-12-21 13:19:44 -0800
committerwm4 <wm4@nowhere>2015-12-21 22:28:12 +0100
commitfccc3d3894c839f677a5955090584ec3b763ca1a (patch)
tree58ab6d4859abfd0688675711e5fe8de34bdf8ab7 /audio/out/pull.c
parent7fa06e46c4f63c58dcb2590c28631edd6756c358 (diff)
downloadmpv-fccc3d3894c839f677a5955090584ec3b763ca1a.tar.bz2
mpv-fccc3d3894c839f677a5955090584ec3b763ca1a.tar.xz
Fix some typos in code comments
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'audio/out/pull.c')
-rw-r--r--audio/out/pull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/pull.c b/audio/out/pull.c
index ed85c4ee00..1484c5195f 100644
--- a/audio/out/pull.c
+++ b/audio/out/pull.c
@@ -113,7 +113,7 @@ static int play(struct ao *ao, void **data, int samples, int flags)
// rest of the user-provided buffer with silence.
// This basically assumes that the audio device doesn't care about underruns.
// If this is called in paused mode, it will always return 0.
-// The caller should set out_time_us to the expected delay the last sample
+// The caller should set out_time_us to the expected delay until the last sample
// reaches the speakers, in microseconds, using mp_time_us() as reference.
int ao_read_data(struct ao *ao, void **data, int samples, int64_t out_time_us)
{