]> git.sesse.net Git - vlc/commitdiff
Fixes comment.
authorSebastien Zwickert <dilaroga@free.fr>
Sun, 4 Jul 2010 01:45:04 +0000 (03:45 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 4 Jul 2010 22:48:05 +0000 (00:48 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/audio_output/aout_internal.h

index 12878c26027b81aff3d5f94d3bb29219beb3f906..7a36b3716057e136de1ce605c1d1122ce29bf6e1 100644 (file)
@@ -266,7 +266,7 @@ static inline void AoutInputsMarkToRestart( aout_instance_t *p_aout )
     aout_unlock_mixer( p_aout );
 }
 
-/* This function will add or remove a a module from a string list (comma
+/* This function will add or remove a a module from a string list (colon
  * separated). It will return true if there is a modification
  * In case p_aout is NULL, we will use configuration instead of variable */
 static inline bool AoutChangeFilterString( vlc_object_t *p_obj, aout_instance_t * p_aout,