Fix a typo.

This commit is contained in:
Hiren Panchasara 2014-07-03 23:12:43 +00:00
parent 08df2e3eaf
commit 43630e625a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268241

View File

@ -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