From: Yu Watanabe Date: Fri, 19 Jan 2024 14:27:31 +0000 (+0900) Subject: network: fix typo X-Git-Tag: v256-rc1~1098 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe0c684b34d442d74bb2728e20607829f7980743;p=thirdparty%2Fsystemd.git network: fix typo Follow-up for 406fde1a4d87eb43cbec0b86213bf78b02595c6b. --- diff --git a/src/network/networkd-route-nexthop.c b/src/network/networkd-route-nexthop.c index 2228c6280de..5f1da286046 100644 --- a/src/network/networkd-route-nexthop.c +++ b/src/network/networkd-route-nexthop.c @@ -585,7 +585,7 @@ int route_nexthops_set_netlink_message(const Route *route, sd_netlink_message *m if (route_type_is_reject(route)) return 0; - /* We request IPv6 multipath routes separatedly. Even though, if weight is non-zero, we need to use + /* We request IPv6 multipath routes separately. Even though, if weight is non-zero, we need to use * RTA_MULTIPATH, as we have no way to specify the weight of the nexthop. */ if (ordered_set_isempty(route->nexthops) && route->nexthop.weight == 0) {