From 43630e625ac44f7369b3d914a27fb5ff29c1784b Mon Sep 17 00:00:00 2001 From: Hiren Panchasara Date: Thu, 3 Jul 2014 23:12:43 +0000 Subject: [PATCH] Fix a typo. --- sys/netinet/tcp_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 72958ca3c3f..12d8e754ab5 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -1160,7 +1160,7 @@ tcp_output(struct tcpcb *tp) * the template, but need a way to checksum without them. */ /* - * m->m_pkthdr.len should have been set before cksum calcuration, + * m->m_pkthdr.len should have been set before checksum calculation, * because in6_cksum() need it. */ #ifdef INET6