summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device-factory.c')
-rw-r--r--src/devices/nm-device-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-factory.c b/src/devices/nm-device-factory.c
index 2a2da7a506..7649bc0355 100644
--- a/src/devices/nm-device-factory.c
+++ b/src/devices/nm-device-factory.c
@@ -349,7 +349,7 @@ load_factories_from_dir(const char * dirname,
}
/* after loading glib types from the plugin, we cannot unload the library anymore.
- * Make it resident. */
+ * Make it resident. */
g_module_make_resident(plugin);
factory = create_func(&error);