From 2131b57fbdfe9e0fd17478c88eaa8326486a95f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 18 Dec 2013 09:54:09 +0100 Subject: [PATCH] trivial: fix erroneous copy&paste comment --- src/nm-ip6-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {