diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-08-07 12:20:52 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-08-10 12:28:20 +0000 |
commit | 162705e36dd0e38c1d3ef2f1837733b038b3d1e4 (patch) | |
tree | 6f284487d677204b257f01df7531774bee7cefe6 | |
parent | 3800bc198c6142a11535643d7978d1217f7a5e9e (diff) | |
download | src-stable/12.tar.gz src-stable/12.zip |
inet6(4): Fix a typo in a source code commentstable/12
- s/Unreachablity/Unreachability/
(cherry picked from commit cd33039749356f613013ebf02795cafc0aba1968)
-rw-r--r-- | sys/netinet6/nd6.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |