Date: Mon, 30 Jan 2017 04:51:19 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312982 - head/sys/netinet Message-ID: <201701300451.v0U4pJnq069682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701300451.v0U4pJnq069682>