From 8956caf333ff64aebe56d0e01696e92964dd1a31 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 28 Feb 2020 20:59:16 +0900 Subject: [PATCH] network: fix typo in comment --- src/network/networkd-link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c index c86cba8f8b..3dca043d99 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 -- 2.25.1