svn commit: r312982 - head/sys/netinet

Cy Schubert cy at FreeBSD.org
Mon Jan 30 04:51:20 UTC 2017


Author: cy
Date: Mon Jan 30 04:51:18 2017
New Revision: 312982
URL: https://svnweb.freebsd.org/changeset/base/312982

Log:
  Correct comment grammar and make it easier to understand.
  
  MFC after:	1 week

Modified:
  head/sys/netinet/tcp_output.c

Modified: head/sys/netinet/tcp_output.c
==============================================================================
--- head/sys/netinet/tcp_output.c	Mon Jan 30 03:20:05 2017	(r312981)
+++ head/sys/netinet/tcp_output.c	Mon Jan 30 04:51:18 2017	(r312982)
@@ -1270,8 +1270,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