svn commit: r313340 - in stable: 10/sys/netinet 11/sys/netinet

Cy Schubert cy at FreeBSD.org
Mon Feb 6 13:32:24 UTC 2017


Author: cy
Date: Mon Feb  6 13:32:22 2017
New Revision: 313340
URL: https://svnweb.freebsd.org/changeset/base/313340

Log:
  MFC r312982:
  
  Correct comment grammar and make it easier to understand.

Modified:
  stable/11/sys/netinet/tcp_output.c
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/netinet/tcp_output.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/11/sys/netinet/tcp_output.c
==============================================================================
--- stable/11/sys/netinet/tcp_output.c	Mon Feb  6 13:08:48 2017	(r313339)
+++ stable/11/sys/netinet/tcp_output.c	Mon Feb  6 13:32:22 2017	(r313340)
@@ -1262,8 +1262,8 @@ send:
 #ifdef INET6
 	if (isipv6) {
 		/*
-		 * ip6_plen is not need to be filled now, and will be filled
-		 * in ip6_output.
+		 * There is no need to fill in ip6_plen right now.
+		 * It will be filled later by ip6_output.
 		 */
 		m->m_pkthdr.csum_flags = CSUM_TCP_IPV6;
 		th->th_sum = in6_cksum_pseudo(ip6, sizeof(struct tcphdr) +


More information about the svn-src-all mailing list