]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network/route: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 1 Sep 2024 13:03:09 +0000 (22:03 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 1 Sep 2024 13:03:12 +0000 (22:03 +0900)
Follow-up for c8dbf9acc10939f2d6c4bdd8cdee1d2ff9a4204e.

src/network/networkd-route.c

index 271d49850270c187ee9a5a8687714a129c98f4da..23adefc66a4aff28d574a371e0242fe880dae8e5 100644 (file)
@@ -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) {