aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2014-11-10 21:00:23 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2014-11-10 21:00:23 +0000
commit6435a0dc1b89e5ba04e75e032b7e96b4337b3961 (patch)
treecebabc9ae982b5e8bf318b9e319dca14994f06b8 /sys/dev/netmap
parent4e93beff927b4bf5874c604d629c91ddbb9a7835 (diff)
downloadsrc-6435a0dc1b89e5ba04e75e032b7e96b4337b3961.tar.gz
src-6435a0dc1b89e5ba04e75e032b7e96b4337b3961.zip
fix a typo
Notes
Notes: svn path=/head/; revision=274355
Diffstat (limited to 'sys/dev/netmap')
-rw-r--r--sys/dev/netmap/netmap_kern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap_kern.h b/sys/dev/netmap/netmap_kern.h
index 76d893588e34..45548a641d23 100644
--- a/sys/dev/netmap/netmap_kern.h
+++ b/sys/dev/netmap/netmap_kern.h
@@ -266,7 +266,7 @@ struct netmap_kring {
struct netmap_adapter *na;
- /* The folloiwing fields are for VALE switch support */
+ /* The following fields are for VALE switch support */
struct nm_bdg_fwd *nkr_ft;
uint32_t *nkr_leases;
#define NR_NOSLOT ((uint32_t)~0) /* used in nkr_*lease* */