summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2013-11-29 08:40:30 +0100
committerJiří Klimeš <jklimes@redhat.com>2013-11-29 08:42:36 +0100
commit888a2618ea038d3e5a755f6205eac63c10ae83f6 (patch)
tree538cb7120761919f95d0b1f51acd5f7f86712b92
parent655af71c6da5dbe896ba9bc42dfd236c30ee66f8 (diff)
downloadNetworkManager-888a2618ea038d3e5a755f6205eac63c10ae83f6.tar.gz
trivial: update a comment
-rw-r--r--src/settings/plugins/keyfile/reader.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/settings/plugins/keyfile/reader.c b/src/settings/plugins/keyfile/reader.c
index e8c06ff4af..674b25606d 100644
--- a/src/settings/plugins/keyfile/reader.c
+++ b/src/settings/plugins/keyfile/reader.c
@@ -49,10 +49,9 @@
/* Some setting properties also contain setting names, such as
* NMSettingConnection's 'type' property (which specifies the base type of the
- * connection, eg ethernet or wifi) or the 802-11-wireless setting's
- * 'security' property which specifies whether or not the AP requires
- * encrpytion. This function handles translating those properties' values
- * to the real setting name if they are an alias.
+ * connection, e.g. ethernet or wifi) or 'slave-type' (specifies type of slave
+ * connection, e.g. bond or bridge). This function handles translating those
+ * properties' values to the real setting name if they are an alias.
*/
static void
setting_alias_parser (NMSetting *setting, const char *key, GKeyFile *keyfile, const char *keyfile_path)