summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lassalle <andrewlassalle@chromium.org>2020-11-15 06:49:42 -0800
committerAndrew Lassalle <andrewlassalle@chromium.org>2020-11-15 06:49:42 -0800
commit9533ee2f22a6795d5eea6c88038fef7f02b631e3 (patch)
treecf29bbdb167b81a00e2ac1e1f84214f40c92ae5f
parente112896994454d357861619c7db87fcea8b2d2fb (diff)
mm-plugin-manager: Fix typos
Change-Id: I662061384cf48abd0975e15a91b090aa6b33ac34
-rw-r--r--src/mm-plugin-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-plugin-manager.c b/src/mm-plugin-manager.c
index ed7a96ff..6c9bdf1e 100644
--- a/src/mm-plugin-manager.c
+++ b/src/mm-plugin-manager.c
@@ -181,7 +181,7 @@ common_async_context_new (MMPluginManager *self,
/*
* Port context
*
- * This structure hold all the probing information related to a single port.
+ * This structure holds all the probing information related to a single port.
*/
struct _PortContext {
/* Reference counting */
@@ -738,7 +738,7 @@ struct _DeviceContext {
/* The operation task */
GTask *task;
- /* Internal ancellable */
+ /* Internal cancellable */
GCancellable *cancellable;
/* Timer tracking how much time is required for the device support check */