summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ndisc.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-04-12 22:21:38 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-04-12 22:21:42 +0200
commit4dbcda1ccaf8a8590579fc7f1912c23101745e5c (patch)
tree0659d4162d254ac17dfc1263631ce4bf7747195c /src/network/networkd-ndisc.c
parentcore: fix typo (diff)
downloadsystemd-4dbcda1ccaf8a8590579fc7f1912c23101745e5c.tar.xz
systemd-4dbcda1ccaf8a8590579fc7f1912c23101745e5c.zip
network/ndisc: fix typo
Follow-up for e42a74803a5a9a8acf0d630dd775736610af4600.
Diffstat (limited to 'src/network/networkd-ndisc.c')
-rw-r--r--src/network/networkd-ndisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-ndisc.c b/src/network/networkd-ndisc.c
index 5d1c895f0d..7e74712680 100644
--- a/src/network/networkd-ndisc.c
+++ b/src/network/networkd-ndisc.c
@@ -1054,7 +1054,7 @@ static int ndisc_address_set_lifetime(Address *address, Link *link, sd_ndisc_rou
assert(rt);
/* This is mostly based on RFC 4862 section 5.5.3 (e). However, the definition of 'RemainingLifetime'
- * is ambigous, and there is no clear explanation when the address is not assigned yet. If we assume
+ * is ambiguous, and there is no clear explanation when the address is not assigned yet. If we assume
* that 'RemainingLifetime' is zero in that case, then IPv6 Core Conformance test [v6LC.3.2.5 Part C]
* fails. So, in such case, we skip the conditions about 'RemainingLifetime'. */