Commit cc3b59d6 authored by David Fuhrmann's avatar David Fuhrmann

src: fix typo in comment

parent bcf79896
...@@ -531,7 +531,7 @@ static int FilterOrder( const char *psz_name ) ...@@ -531,7 +531,7 @@ static int FilterOrder( const char *psz_name )
return INT_MAX; return INT_MAX;
} }
/* This function will add or remove a a module from a string list (colon /* This function will add or remove a module from a string list (colon
* separated). It will return true if there is a modification * separated). It will return true if there is a modification
* In case p_aout is NULL, we will use configuration instead of variable */ * In case p_aout is NULL, we will use configuration instead of variable */
bool aout_ChangeFilterString( vlc_object_t *p_obj, vlc_object_t *p_aout, bool aout_ChangeFilterString( vlc_object_t *p_obj, vlc_object_t *p_aout,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment