routed(8): Remove a double word in a source code comment

- s/it it/it/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 14:36:20 +02:00
parent 75e1650d7f
commit 009727ed57

View file

@ -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