summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Danis <frederic.danis.oss@gmail.com>2018-10-01 09:54:09 +0200
committerThomas Haller <thaller@redhat.com>2018-10-01 11:59:01 +0200
commit2e9ea0ebaa278a875f566575a1035b8fd73f9051 (patch)
tree7999bb6308d8d6236a7f10160f092471068100ee
parent7ddff2ca8ae241b0925041d6cfcbd5fa5ce09108 (diff)
core: fix typo in comment
Not refering to the right function https://mail.gnome.org/archives/networkmanager-list/2018-October/msg00000.html
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 97307f8be..d1f059abd 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -10917,7 +10917,7 @@ nm_device_reactivate_ip6_config (NMDevice *self,
if (s_ip6_old && s_ip6_new) {
gint64 metric_old, metric_new;
- /* See comment in nm_device_reactivate_ip6_config() */
+ /* See comment in nm_device_reactivate_ip4_config() */
metric_old = nm_setting_ip_config_get_route_metric (s_ip6_old);
metric_new = nm_setting_ip_config_get_route_metric (s_ip6_new);