summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-route-nexthop.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-01-19 15:27:31 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-01-19 15:28:03 +0100
commitfe0c684b34d442d74bb2728e20607829f7980743 (patch)
tree429c627deaea05c6d6da6f231d02fc46ee641ed4 /src/network/networkd-route-nexthop.c
parentMerge pull request #31012 from YHNdnzj/pam-systemd-session-busy (diff)
downloadsystemd-fe0c684b34d442d74bb2728e20607829f7980743.tar.xz
systemd-fe0c684b34d442d74bb2728e20607829f7980743.zip
network: fix typo
Follow-up for 406fde1a4d87eb43cbec0b86213bf78b02595c6b.
Diffstat (limited to '')
-rw-r--r--src/network/networkd-route-nexthop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-route-nexthop.c b/src/network/networkd-route-nexthop.c
index 2228c6280d..5f1da28604 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) {