Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2022 12:24:12 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d1cd71da2b36 - stable/13 - inet6(4): Fix a typo in a source code comment
Message-ID:  <202208101224.27ACOCHo072259@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=d1cd71da2b36ab4545551b8546d59045fdbae1d9

commit d1cd71da2b36ab4545551b8546d59045fdbae1d9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-07 12:20:52 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-10 12:24:03 +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 e1951ac50683..793f80eef53d 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -1522,7 +1522,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.
 			 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208101224.27ACOCHo072259>