]> git.sesse.net Git - vlc/blobdiff - src/audio_output/aout_internal.h
Fixes comment.
[vlc] / 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,