git: 29a994f3f185 - stable/13 - netinet6: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 05:24:03 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=29a994f3f185d2b25ce7b166f6def13e4210fb7e commit 29a994f3f185d2b25ce7b166f6def13e4210fb7e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-10 11:01:44 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-13 05:21:39 +0000 netinet6: Remove a double word in a source code comment - s/to to/to/ (cherry picked from commit bcb2341c7dadb1359afde776f7223fa63fd6a825) --- 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 6ee2abc4ea1b..5166c0a2cbbc 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -717,7 +717,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). */