[vlc-commits] aout: fix typo in comment

David Fuhrmann git at videolan.org
Sat Mar 23 17:55:20 CET 2013


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sat Mar 23 17:53:22 2013 +0100| [c62b9b03b0e450b0642654ecd1e0982151ec40c1] | committer: David Fuhrmann

aout: fix typo in comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c62b9b03b0e450b0642654ecd1e0982151ec40c1
---

 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 9d89ff1..73e775a 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.



More information about the vlc-commits mailing list