pipewire: small comment fix

This commit is contained in:
Wim Taymans 2021-06-16 09:26:25 +02:00
parent 96c77e1f2f
commit 9984dcd1ea

View file

@ -1023,7 +1023,7 @@ struct pw_filter {
struct pw_impl_factory {
struct pw_context *context; /**< the context */
struct spa_list link; /**< link in context node_factory_list */
struct spa_list link; /**< link in context factory_list */
struct pw_global *global; /**< global for this factory */
struct spa_hook global_listener;