aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap.c
diff options
context:
space:
mode:
authorVincenzo Maffione <vmaffione@FreeBSD.org>2021-01-09 20:54:11 +0000
committerVincenzo Maffione <vmaffione@FreeBSD.org>2021-01-09 21:01:46 +0000
commit1d238b07d5d4d9660ae0e08daede6da7e91c7853 (patch)
tree9e42bddceaf5aa8b3d809b3e192f37395b8c06de /sys/dev/netmap/netmap.c
parentfaaf43b2a750aabeaa7cec434625fe1f2094a001 (diff)
Diffstat (limited to 'sys/dev/netmap/netmap.c')
-rw-r--r--sys/dev/netmap/netmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap.c b/sys/dev/netmap/netmap.c
index d2c0f8f1c5c4..aa3bb1843ba5 100644
--- a/sys/dev/netmap/netmap.c
+++ b/sys/dev/netmap/netmap.c
@@ -4236,7 +4236,7 @@ nm_set_native_flags(struct netmap_adapter *na)
struct ifnet *ifp = na->ifp;
/* We do the setup for intercepting packets only if we are the
- * first user of this adapapter. */
+ * first user of this adapter. */
if (na->active_fds > 0) {
return;
}