summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2014-02-11 04:16:32 +0000
committermarcel <marcel@FreeBSD.org>2014-02-11 04:16:32 +0000
commit62b8fcb09aed86d2e7b952efe0ae643e19ae43ff (patch)
treebc7790e665bd30ffa89723343605f211d22a8949 /sys/sys/mbuf.h
parent665c1c091948d69989e5e6296fab06a38ece50d5 (diff)
downloadFreeBSD-src-62b8fcb09aed86d2e7b952efe0ae643e19ae43ff.zip
FreeBSD-src-62b8fcb09aed86d2e7b952efe0ae643e19ae43ff.tar.gz
Fix spelling of eight (was spelled eigth) in struct pkthdr.
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index e8caa38..148e1d0 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -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];
OpenPOWER on IntegriCloud