aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:42:48 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:42:48 +0000
commit591a9b5ea339feda45cd0dafaac4b581495a57d2 (patch)
tree9deda3c57fd79c1666b6d433bb01343463f4e3de /sys/dev/netmap
parent8cf905e5faac9cc3be6cfc97f6009d31de42228c (diff)
Diffstat (limited to 'sys/dev/netmap')
-rw-r--r--sys/dev/netmap/netmap_kloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap_kloop.c b/sys/dev/netmap/netmap_kloop.c
index c40bbafd60a5..d9cf13a89f8d 100644
--- a/sys/dev/netmap/netmap_kloop.c
+++ b/sys/dev/netmap/netmap_kloop.c
@@ -834,7 +834,7 @@ netmap_sync_kloop(struct netmap_priv_d *priv, struct nmreq_header *hdr)
* so that if a notification on ring Y comes after
* we have processed ring Y, but before we call
* schedule(), we don't miss it. This is true because
- * the wake up function will change the the task state,
+ * the wake up function will change the task state,
* and therefore the schedule_timeout() call below
* will observe the change).
*/