Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2012 21:07:30 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r242493 - user/andre/tcp_workqueue/sys/sys
Message-ID:  <201211022107.qA2L7UJ6001769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211022107.qA2L7UJ6001769>