summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-11-01 22:38:33 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-11-01 22:38:33 +0900
commit2368ff812d86168dd52d342e4905f2bf7e78d0a2 (patch)
treeb6ba0282b6f85b83c57e2568822019597c7fda44 /src/network
parent8f7220fc5effb0823c4c3174a0123c4e990f158f (diff)
downloadsystemd-2368ff812d86168dd52d342e4905f2bf7e78d0a2.tar.gz
network: update comment
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkd-link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c
index 151346f198..d93ed71ae8 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)