alsamidisrc: Improve a comment and remove one trailing space

https://bugzilla.gnome.org/show_bug.cgi?id=787683
This commit is contained in:
Antonio Ospite 2017-10-09 18:50:23 +02:00 committed by Nicolas Dufresne
parent 8af7b1f70b
commit 8638d81eb3

View file

@ -122,7 +122,7 @@ parse_ports (const char *arg, GstAlsaMidiSrc * alsamidisrc)
/*
* Assume that ports are separated by commas.
*
* Commas are used instead of spaces because those are valid in client
* Commas are used instead of spaces because spaces are valid in client
* names.
*/
ports_list = g_strsplit (arg, ",", 0);