aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-01-30 04:51:18 +0000
committerCy Schubert <cy@FreeBSD.org>2017-01-30 04:51:18 +0000
commit3df96ee68e232ef06ed7ea4b0f97a439b67ed45d (patch)
tree66b92a8cea1834716944ed8a30887d137cf76bc2 /sys/netinet/tcp_output.c
parentdfecf51dd0e572a57ef95981b3a32ff778415096 (diff)
downloadsrc-3df96ee68e232ef06ed7ea4b0f97a439b67ed45d.tar.gz
src-3df96ee68e232ef06ed7ea4b0f97a439b67ed45d.zip
Correct comment grammar and make it easier to understand.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=312982
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 759a5c5c00a6..8406f286315b 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -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) +