]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: update comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 Nov 2022 13:38:33 +0000 (22:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 1 Nov 2022 13:38:33 +0000 (22:38 +0900)
src/network/networkd-link.c

index 151346f19859b24995a25361c5b26ddfb42a454c..d93ed71ae8cd3b75ac9d3856f4d0d85a2528a61e 100644 (file)
@@ -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)