]> git.sesse.net Git - vlc/commitdiff
aout: fix typo in comment
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sat, 23 Mar 2013 16:53:22 +0000 (17:53 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sat, 23 Mar 2013 16:55:10 +0000 (17:55 +0100)
include/vlc_aout.h

index 9d89ff12f637e6648928c9d5d19cb50fc86dc67f..73e775aa193d668d9d2da8f6bcb5180896886dc8 100644 (file)
@@ -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.