From a5d406db831d22a9a4420615f8cad1592a9371a6 Mon Sep 17 00:00:00 2001 From: Sebastien Zwickert Date: Sun, 4 Jul 2010 03:45:04 +0200 Subject: [PATCH] Fixes comment. Signed-off-by: Jean-Baptiste Kempf --- src/audio_output/aout_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio_output/aout_internal.h b/src/audio_output/aout_internal.h index 12878c2602..7a36b37160 100644 --- a/src/audio_output/aout_internal.h +++ b/src/audio_output/aout_internal.h @@ -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, -- 2.39.2