Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:45:33 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: 5327cbf24542 - stable/12 - routed(8): Remove a double word in a source code comment
Message-ID:  <202204140645.23E6jXfo097434@gitrepo.freebsd.org>

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

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

commit 5327cbf24542c560176d9cd950172c07073b540d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:36:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:44:02 +0000

    routed(8): Remove a double word in a source code comment
    
    - s/it it/it/
    
    (cherry picked from commit 009727ed5777549e02b408fa7983902ba6cfa2f6)
---
 sbin/routed/parms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c
index ef501b043244..186c09813ac8 100644
--- a/sbin/routed/parms.c
+++ b/sbin/routed/parms.c
@@ -1026,7 +1026,7 @@ gethost(char *name,
 	 * might be sick because routing is.
 	 */
 	if (inet_aton(name, &in) == 1) {
-		/* get a good number, but check that it it makes some
+		/* get a good number, but check that it makes some
 		 * sense.
 		 */
 		if (ntohl(in.s_addr)>>24 == 0



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