]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network/ndisc: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Apr 2024 20:21:38 +0000 (05:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Apr 2024 20:21:42 +0000 (05:21 +0900)
Follow-up for e42a74803a5a9a8acf0d630dd775736610af4600.

src/network/networkd-ndisc.c

index 5d1c895f0d81e70f11585047697ce14d2e93fc2c..7e74712680fde39a50baefd9ace9acfee0465a9e 100644 (file)
@@ -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'. */