svn commit: r268241 - head/sys/netinet

Hiren Panchasara hiren at FreeBSD.org
Thu Jul 3 23:12:43 UTC 2014


Author: hiren
Date: Thu Jul  3 23:12:43 2014
New Revision: 268241
URL: http://svnweb.freebsd.org/changeset/base/268241

Log:
  Fix a typo.

Modified:
  head/sys/netinet/tcp_output.c

Modified: head/sys/netinet/tcp_output.c
==============================================================================
--- head/sys/netinet/tcp_output.c	Thu Jul  3 23:09:44 2014	(r268240)
+++ head/sys/netinet/tcp_output.c	Thu Jul  3 23:12:43 2014	(r268241)
@@ -1160,7 +1160,7 @@ send:
 	 * 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


More information about the svn-src-all mailing list