diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-10 11:01:44 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-13 05:27:11 +0000 |
commit | e28d71235bdfaec6dd1c78c07f0d140427a17b8a (patch) | |
tree | 4fbb7dfc6ef97ee6fc1b4c411354e06197a8a242 | |
parent | 92590ba59127c8bc9445ec8bd3cebb7f7c248a67 (diff) |
netinet6: Remove a double word in a source code comment
- s/to to/to/
(cherry picked from commit bcb2341c7dadb1359afde776f7223fa63fd6a825)
-rw-r--r-- | sys/netinet6/udp6_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 02d4359dc92f..15e0968a874a 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -712,7 +712,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). */ |