trivial: fix erroneous copy&paste comment

This commit is contained in:
Jiří Klimeš 2013-12-18 09:54:09 +01:00
parent b7f6169dbd
commit 2131b57fbd

View file

@ -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) {