Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 12:42:32 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 009727ed5777 - main - routed(8): Remove a double word in a source code comment
Message-ID:  <202204091242.239CgWoe064953@gitrepo.freebsd.org>

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

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

commit 009727ed5777549e02b408fa7983902ba6cfa2f6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:36:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 12:36:20 +0000

    routed(8): Remove a double word in a source code comment
    
    - s/it it/it/
    
    MFC after:      3 days
---
 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 16665b18407f..c05951700581 100644
--- a/sbin/routed/parms.c
+++ b/sbin/routed/parms.c
@@ -1019,7 +1019,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?202204091242.239CgWoe064953>