summary refs log tree commit diff
path: root/src/libnm-core-public/nm-setting-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-core-public/nm-setting-connection.h')
-rw-r--r--src/libnm-core-public/nm-setting-connection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libnm-core-public/nm-setting-connection.h b/src/libnm-core-public/nm-setting-connection.h
index 298fb144..4cf67346 100644
--- a/src/libnm-core-public/nm-setting-connection.h
+++ b/src/libnm-core-public/nm-setting-connection.h
@@ -71,12 +71,12 @@ G_BEGIN_DECLS
  * NMSettingConnectionAutoconnectSlaves:
  * @NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES_DEFAULT: default value
  * @NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES_NO: slaves are not brought up when
- *   master is activated
+ *   controller is activated
  * @NM_SETTING_CONNECTION_AUTOCONNECT_SLAVES_YES: slaves are brought up when
- *   master is activated
+ *   controller is activated
  *
  * #NMSettingConnectionAutoconnectSlaves values indicate whether slave connections
- * should be activated when master is activated.
+ * should be activated when controller is activated.
  *
  * Since: 1.2
  *