svn commit: r242493 - user/andre/tcp_workqueue/sys/sys

Andre Oppermann andre at FreeBSD.org
Fri Nov 2 21:07:31 UTC 2012


Author: andre
Date: Fri Nov  2 21:07:30 2012
New Revision: 242493
URL: http://svn.freebsd.org/changeset/base/242493

Log:
  Spelling.

Modified:
  user/andre/tcp_workqueue/sys/sys/mbuf.h

Modified: user/andre/tcp_workqueue/sys/sys/mbuf.h
==============================================================================
--- user/andre/tcp_workqueue/sys/sys/mbuf.h	Fri Nov  2 21:04:06 2012	(r242492)
+++ user/andre/tcp_workqueue/sys/sys/mbuf.h	Fri Nov  2 21:07:30 2012	(r242493)
@@ -281,7 +281,7 @@ struct mbuf {
 #define	CSUM_UDP		0x0004		/* will csum UDP */
 #define	CSUM_IPFRAG		0x0008		/* IP fragmentation offload */
 #define	CSUM_UFO		0x0010		/* UDP fragmentation offload */
-#define	CSUM_TSO		0x0020		/* TCP segmentation offliad */
+#define	CSUM_TSO		0x0020		/* TCP segmentation offload */
 #define	CSUM_SCTP		0x0040		/* will csum SCTP */
 #define CSUM_SCTP_IPV6		0x0080		/* will csum IPv6/SCTP */
 


More information about the svn-src-user mailing list