The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=162705e36dd0e38c1d3ef2f1837733b038b3d1e4
commit 162705e36dd0e38c1d3ef2f1837733b038b3d1e4 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-08-07 12:20:52 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-08-10 12:28:20 +0000 inet6(4): Fix a typo in a source code comment - s/Unreachablity/Unreachability/ (cherry picked from commit cd33039749356f613013ebf02795cafc0aba1968) --- sys/netinet6/nd6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index fb308b79885a..68e3b09f9551 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -1436,7 +1436,7 @@ nd6_free(struct llentry **lnp, int gc) if (dr) { /* - * Unreachablity of a router might affect the default + * Unreachability of a router might affect the default * router selection and on-link detection of advertised * prefixes. */
