From: Yu Watanabe Date: Fri, 28 Feb 2020 11:59:16 +0000 (+0900) Subject: network: fix typo in comment X-Git-Tag: v245-rc2~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8956caf333ff64aebe56d0e01696e92964dd1a31;p=thirdparty%2Fsystemd.git network: fix typo in comment --- diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c index c86cba8f8b5..3dca043d99c 100644 --- a/src/network/networkd-link.c +++ b/src/network/networkd-link.c @@ -1652,7 +1652,7 @@ static int link_configure_addrgen_mode(Link *link) { if (!link_ipv6ll_enabled(link)) ipv6ll_mode = IN6_ADDR_GEN_MODE_NONE; else if (sysctl_read_ip_property(AF_INET6, link->ifname, "stable_secret", NULL) < 0) - /* The file may not exist. And event if it exists, when stable_secret is unset, + /* The file may not exist. And even if it exists, when stable_secret is unset, * reading the file fails with EIO. */ ipv6ll_mode = IN6_ADDR_GEN_MODE_EUI64; else