Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 04:16:32 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261733 - head/sys/sys
Message-ID:  <201402110416.s1B4GW2n087075@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Tue Feb 11 04:16:32 2014
New Revision: 261733
URL: http://svnweb.freebsd.org/changeset/base/261733

Log:
  Fix spelling of eight (was spelled eigth) in struct pkthdr.

Modified:
  head/sys/sys/mbuf.h

Modified: head/sys/sys/mbuf.h
==============================================================================
--- head/sys/sys/mbuf.h	Mon Feb 10 22:27:40 2014	(r261732)
+++ head/sys/sys/mbuf.h	Tue Feb 11 04:16:32 2014	(r261733)
@@ -135,7 +135,7 @@ struct pkthdr {
 	uint8_t		 l4hlen;	/* layer 4 header length */
 	uint8_t		 l5hlen;	/* layer 5 header length */
 	union {
-		uint8_t  eigth[8];
+		uint8_t  eight[8];
 		uint16_t sixteen[4];
 		uint32_t thirtytwo[2];
 		uint64_t sixtyfour[1];
@@ -145,7 +145,7 @@ struct pkthdr {
 
 	/* Layer specific non-persistent local storage for reassembly, etc. */
 	union {
-		uint8_t  eigth[8];
+		uint8_t  eight[8];
 		uint16_t sixteen[4];
 		uint32_t thirtytwo[2];
 		uint64_t sixtyfour[1];



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