From 591a9b5ea339feda45cd0dafaac4b581495a57d2 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 4 Sep 2022 13:42:48 +0200 Subject: [PATCH] netmap(4): Remove a double word in a source code comment - s/the the/the/ MFC after: 3 days --- sys/dev/netmap/netmap_kloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/netmap/netmap_kloop.c b/sys/dev/netmap/netmap_kloop.c index c40bbafd60a..d9cf13a89f8 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). */