Correct comment grammar and make it easier to understand.

MFC after:	1 week
This commit is contained in:
Cy Schubert 2017-01-30 04:51:18 +00:00
parent dfecf51dd0
commit 3df96ee68e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312982

View File

@ -1270,8 +1270,8 @@ tcp_output(struct tcpcb *tp)
#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) +