From: Yu Watanabe Date: Fri, 2 Feb 2024 00:18:35 +0000 (+0900) Subject: local-addresses: fix typo X-Git-Tag: v256-rc1~986 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f95de8da8f2ece5a2c69eea5c1dbdeba0fe733;p=thirdparty%2Fsystemd.git local-addresses: fix typo Follow-up for 5cb56068d0aae4c85e97a4ae16e33a7614cdc0bb. --- diff --git a/src/shared/local-addresses.c b/src/shared/local-addresses.c index b72ff1fb012..842156fcfc3 100644 --- a/src/shared/local-addresses.c +++ b/src/shared/local-addresses.c @@ -359,7 +359,7 @@ int local_gateways( int r; /* The RTA_VIA attribute is used only for IPv4 routes with an IPv6 gateway. If IPv4 gateways are - * requested (af == AF_INET), then we do not return IPv6 gateway addresses. Similary, if IPv6 + * requested (af == AF_INET), then we do not return IPv6 gateway addresses. Similarly, if IPv6 * gateways are requested (af == AF_INET6), then we do not return gateway addresses for IPv4 routes. * So, the RTA_VIA attribute is only parsed when af == AF_UNSPEC. */ bool allow_via = af == AF_UNSPEC;