From c62b9b03b0e450b0642654ecd1e0982151ec40c1 Mon Sep 17 00:00:00 2001 From: David Fuhrmann Date: Sat, 23 Mar 2013 17:53:22 +0100 Subject: [PATCH] aout: fix typo in comment --- include/vlc_aout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_aout.h b/include/vlc_aout.h index 9d89ff12f6..73e775aa19 100644 --- a/include/vlc_aout.h +++ b/include/vlc_aout.h @@ -142,7 +142,7 @@ struct audio_output * \note A stream must have been started when called. */ void (*flush)( audio_output_t *, bool wait); - /**< Flushes or drains the playback buffers (mandatoryl, cannot be NULL). + /**< Flushes or drains the playback buffers (mandatory, cannot be NULL). * \param wait true to wait for playback of pending buffers (drain), * false to discard pending buffers (flush) * \note A stream must have been started when called. -- 2.39.2