]> git.sesse.net Git - vlc/commitdiff
pulse: fix comment.
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Mon, 24 Sep 2012 11:13:37 +0000 (13:13 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Mon, 24 Sep 2012 12:37:41 +0000 (14:37 +0200)
modules/audio_output/pulse.c

index c44f12b06e876f2dd8d650e16829af66e472078f..80d44902e45d12e0a37ae36a4399cd8ed75c13de 100644 (file)
@@ -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)
 {