]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network/ndisc: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:15:59 +0000 (09:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:16:02 +0000 (09:16 +0900)
Follow-up for d4c8de21a07d015f2f2c787e0735be5e4d02fb3c.

src/network/networkd-ndisc.c

index 7a67c552993a5aaf8a998f11e0f824fbee9378a6..c3be14c20f2953805b2b5c4456631cfcfb8301e7 100644 (file)
@@ -421,7 +421,7 @@ static int ndisc_router_process_retransmission_time(Link *link, sd_ndisc_router
                 return 0;
         }
 
-        /* Set the retransmission time for Neigbor Solicitations. */
+        /* Set the retransmission time for Neighbor Solicitations. */
         r = sysctl_write_ip_neighbor_property_uint32(AF_INET6, link->ifname, "retrans_time_ms", (uint32_t) msec);
         if (r < 0)
                 log_link_warning_errno(