mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
routed(8): Remove a double word in a source code comment
- s/it it/it/ MFC after: 3 days
This commit is contained in:
parent
75e1650d7f
commit
009727ed57
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue