From bcb2341c7dadb1359afde776f7223fa63fd6a825 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 10 Sep 2022 13:01:44 +0200 Subject: [PATCH] netinet6: Remove a double word in a source code comment - s/to to/to/ MFC after: 3 days --- sys/netinet6/udp6_usrreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 81cea4d8036f..c8e65f640842 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -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). */