[vlc-commits] commit: Fixes comment. (Sebastien Zwickert )
git at videolan.org
git at videolan.org
Mon Jul 5 00:47:57 CEST 2010
vlc | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Sun Jul 4 03:45:04 2010 +0200| [a5d406db831d22a9a4420615f8cad1592a9371a6] | committer: Jean-Baptiste Kempf
Fixes comment.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5d406db831d22a9a4420615f8cad1592a9371a6
---
src/audio_output/aout_internal.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/audio_output/aout_internal.h b/src/audio_output/aout_internal.h
index 12878c2..7a36b37 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,
More information about the vlc-commits
mailing list