summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2013-12-18 09:54:09 +0100
committerJiří Klimeš <jklimes@redhat.com>2013-12-18 09:54:09 +0100
commit2131b57fbdfe9e0fd17478c88eaa8326486a95f1 (patch)
tree4d4812345512fda9ea132d716ce0f8bc719dce57
parentb7f6169dbd53e7eeb3d1aea159275a369d718ac5 (diff)
downloadNetworkManager-2131b57fbdfe9e0fd17478c88eaa8326486a95f1.tar.gz
trivial: fix erroneous copy&paste comment
-rw-r--r--src/nm-ip6-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-ip6-config.c b/src/nm-ip6-config.c
index 3b75545100..6e9f1f2558 100644
--- a/src/nm-ip6-config.c
+++ b/src/nm-ip6-config.c
@@ -228,7 +228,7 @@ nm_ip6_config_capture (int ifindex, gboolean capture_resolv_conf)
}
}
- /* If the interface has the default route, and has IPv4 addresses, capture
+ /* If the interface has the default route, and has IPv6 addresses, capture
* nameservers from /etc/resolv.conf.
*/
if (priv->addresses->len && has_gateway && capture_resolv_conf) {