1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

network/ndisc: fix typo

Follow-up for d4c8de21a0.
This commit is contained in:
Yu Watanabe 2024-02-02 09:15:59 +09:00
parent e53fcb0932
commit 6a8026e8ae

View 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(