From fccc3d3894c839f677a5955090584ec3b763ca1a Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Mon, 21 Dec 2015 13:19:44 -0800 Subject: Fix some typos in code comments Signed-off-by: wm4 --- audio/out/pull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out') 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) { -- cgit v1.2.3