diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-11-30 18:26:17 +0900 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-11-30 12:30:07 +0000 |
commit | a6f44d610c1b1064c95ad0fef59ebc093a2a401a (patch) | |
tree | 1d78de487237a3ba0bdcd29df52087274b7d0db7 /src/network/networkd-dhcp6.c | |
parent | dc063e0978ed5deb534554a7aeb113295586059a (diff) | |
download | systemd-a6f44d610c1b1064c95ad0fef59ebc093a2a401a.tar.gz |
tree-wide: fix typo
Diffstat (limited to 'src/network/networkd-dhcp6.c')
-rw-r--r-- | src/network/networkd-dhcp6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-dhcp6.c b/src/network/networkd-dhcp6.c index 170cf7d57d..8d48aa9f88 100644 --- a/src/network/networkd-dhcp6.c +++ b/src/network/networkd-dhcp6.c @@ -1346,7 +1346,7 @@ int dhcp6_start_on_ra(Link *link, bool information_request) { assert(in6_addr_is_link_local(&link->ipv6ll_address)); if (link_get_dhcp6_client_start_mode(link) != DHCP6_CLIENT_START_MODE_NO) - /* When WithoutRA= is specified, then the DHCPv6 client should be already runnging in + /* When WithoutRA= is specified, then the DHCPv6 client should be already running in * the requested mode. Hence, ignore the requests by RA. */ return 0; |