[vlc-commits] pulse: fix comment.
Jean-Paul Saman
git at videolan.org
Mon Sep 24 14:38:35 CEST 2012
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Mon Sep 24 13:13:37 2012 +0200| [312dac879f3f7df020e2149614ee83e26fa64bb7] | committer: Jean-Paul Saman
pulse: fix comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=312dac879f3f7df020e2149614ee83e26fa64bb7
---
modules/audio_output/pulse.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
index c44f12b..80d4490 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -519,7 +519,7 @@ static void *data_convert(block_t **pp)
}
/**
- * Queue one audio frame to the playabck stream
+ * Queue one audio frame to the playback stream
*/
static void Play(audio_output_t *aout, block_t *block, mtime_t *restrict drift)
{
More information about the vlc-commits
mailing list