From: Yu Watanabe Date: Tue, 1 Nov 2022 13:38:33 +0000 (+0900) Subject: network: update comment X-Git-Tag: v253-rc1~614^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2368ff812d86168dd52d342e4905f2bf7e78d0a2;p=thirdparty%2Fsystemd.git network: update comment --- diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c index 151346f1985..d93ed71ae8c 100644 --- a/src/network/networkd-link.c +++ b/src/network/networkd-link.c @@ -2282,7 +2282,7 @@ static int link_update_alternative_names(Link *link, sd_netlink_message *message r = sd_netlink_message_read_strv(message, IFLA_PROP_LIST, IFLA_ALT_IFNAME, &altnames); if (r == -ENODATA) - /* The message does not have IFLA_PROP_LIST container attribute. It does not means the + /* The message does not have IFLA_PROP_LIST container attribute. It does not mean the * interface has no alternative name. */ return 0; if (r < 0)