]> git.sesse.net Git - vlc/commitdiff
src: fix typo in comment
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 26 Mar 2014 17:27:20 +0000 (18:27 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 26 Mar 2014 17:27:20 +0000 (18:27 +0100)
src/audio_output/common.c

index d6d3776a03d61fde0f5c34e75bad9b2150d9cca5..f92230ec0d051c521e37b196021e03cfd973c0b3 100644 (file)
@@ -531,7 +531,7 @@ static int FilterOrder( const char *psz_name )
     return INT_MAX;
 }
 
-/* This function will add or remove 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
  * 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,