]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix typo in comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Feb 2020 11:59:16 +0000 (20:59 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Feb 2020 15:52:33 +0000 (16:52 +0100)
src/network/networkd-link.c

index c86cba8f8b580152e14492591957315c63549b5b..3dca043d99c1a7a145dbd81fe379ba0f4f970abc 100644 (file)
@@ -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