aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin-manager.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2024-05-10 10:27:57 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2024-05-10 10:27:57 +0000
commit0bb31c3e8be2535116348b61fbf0dd2c0e46409b (patch)
tree276449428eef5caa81e4aee6d0a4184c06505a22 /src/mm-plugin-manager.c
parente77c644ce287eca95ae0ccde9f6f8b7f21d4f6e0 (diff)
plugin-manager: fix comment specifying which context should exist
Diffstat (limited to 'src/mm-plugin-manager.c')
-rw-r--r--src/mm-plugin-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c
index 0179e5d0..bfd6ceab 100644
--- a/src/mm-plugin-manager.c
+++ b/src/mm-plugin-manager.c
@@ -1505,7 +1505,7 @@ device_context_run_ready (MMPluginManager *self,
/*
* Once the task is finished, we can also remove it from the plugin manager
- * list. We MUST have the port context in the list at this point, because
+ * list. We MUST have the device context in the list at this point, because
* we're going to dispose the reference, so assert if this is not true.
*/
g_assert (g_list_find (common->self->priv->device_contexts, common->device_context));