mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
netinet6: Remove a double word in a source code comment
- s/to to/to/ MFC after: 3 days
This commit is contained in:
parent
eb2f7d9a5a
commit
bcb2341c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue