git: b631c429bb6e - stable/13 - routed(8): Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:00:49 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit b631c429bb6e13726789e5d38432dfb726e1b3a4
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:36:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 05:58:53 +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 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