summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-route.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-09-01 15:03:09 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-09-01 15:03:12 +0200
commit9afb4aea0070fe9a9b3fe0f452fab17e1205219c (patch)
tree5b20e1e7464eed493f407d3ed862ac2edfbcd371 /src/network/networkd-route.c
parentMerge pull request #34213 from yuwata/network-route-fix-weight (diff)
downloadsystemd-9afb4aea0070fe9a9b3fe0f452fab17e1205219c.tar.xz
systemd-9afb4aea0070fe9a9b3fe0f452fab17e1205219c.zip
network/route: fix typo
Follow-up for c8dbf9acc10939f2d6c4bdd8cdee1d2ff9a4204e.
Diffstat (limited to '')
-rw-r--r--src/network/networkd-route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c
index 271d498502..23adefc66a 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) {