From 9984dcd1ea2091e6483759efa58421f7d78d913a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 16 Jun 2021 09:26:25 +0200 Subject: [PATCH] pipewire: small comment fix --- src/pipewire/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/private.h b/src/pipewire/private.h index 71a5fe721..c61789ff5 100644 --- a/src/pipewire/private.h +++ b/src/pipewire/private.h @@ -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;