From 9afb4aea0070fe9a9b3fe0f452fab17e1205219c Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 1 Sep 2024 22:03:09 +0900 Subject: [PATCH] network/route: fix typo Follow-up for c8dbf9acc10939f2d6c4bdd8cdee1d2ff9a4204e. --- src/network/networkd-route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3