netinet6: Remove a double word in a source code comment

- s/to to/to/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-10 13:01:44 +02:00
parent eb2f7d9a5a
commit bcb2341c7d

View File

@ -722,7 +722,7 @@ udp6_output(struct socket *so, int flags_arg, struct mbuf *m,
sin6 = (struct sockaddr_in6 *)addr6;
/*
* In contrast to to IPv4 we do not validate the max. packet length
* In contrast to IPv4 we do not validate the max. packet length
* here due to IPv6 Jumbograms (RFC2675).
*/