Commit c62b9b03 authored by David Fuhrmann's avatar David Fuhrmann

aout: fix typo in comment

parent 9cd6df73
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment