The branch main has been updated by gbe (doc committer):

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

commit 009727ed5777549e02b408fa7983902ba6cfa2f6
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-09 12:36:20 +0000
Commit:     Gordon Bergling <[email protected]>
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

Reply via email to