aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2015-12-25 14:51:36 +0000
committerKevin Lo <kevlo@FreeBSD.org>2015-12-25 14:51:36 +0000
commitddb13598772025f6e5c072f7a790f8dc1291885c (patch)
treea038275c41ee7f1604ad606dba754db98223cfb9 /sys/dev/netmap
parent970ceb2fd5b6f3dca91783865b1b0242d3077d2c (diff)
Notes
Diffstat (limited to 'sys/dev/netmap')
-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 56bbf120caff..f1b8610f86b2 100644
--- a/sys/dev/netmap/netmap.c
+++ b/sys/dev/netmap/netmap.c
@@ -589,7 +589,7 @@ netmap_set_all_rings(struct netmap_adapter *na, int stopped)
/*
* Convenience function used in drivers. Waits for current txsync()s/rxsync()s
* to finish and prevents any new one from starting. Call this before turning
- * netmap mode off, or before removing the harware rings (e.g., on module
+ * netmap mode off, or before removing the hardware rings (e.g., on module
* onload). As a rule of thumb for linux drivers, this should be placed near
* each napi_disable().
*/