[PATCH] core: fix typo in comment
- From: Frédéric Danis <frederic danis oss gmail com>
- To: networkmanager-list gnome org
- Subject: [PATCH] core: fix typo in comment
- Date: Mon, 1 Oct 2018 09:54:09 +0200
Not refering to the right function
---
src/devices/nm-device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 97307f8..d1f059a 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);
--
2.7.4
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]