From: Yu Watanabe Date: Sun, 1 Sep 2024 13:03:09 +0000 (+0900) Subject: network/route: fix typo X-Git-Tag: v257-rc1~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9afb4aea0070fe9a9b3fe0f452fab17e1205219c;p=thirdparty%2Fsystemd.git network/route: fix typo Follow-up for c8dbf9acc10939f2d6c4bdd8cdee1d2ff9a4204e. --- diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c index 271d4985027..23adefc66a4 100644 --- a/src/network/networkd-route.c +++ b/src/network/networkd-route.c @@ -1123,7 +1123,7 @@ static int process_route_one( return 0; } - /* We configure IPv6 multipath route separatedly. When the first path is configured, + /* We configure IPv6 multipath route separately. When the first path is configured, * the kernel does not provide the weight of the path. So, we need to adjust it here. * Hopefully, the weight is assigned correctly. */ if (route->nexthop.weight == 0) {