git: dc97f2f319ea - stable/13 - netmap(4): Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 07:31:58 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=dc97f2f319eacd5a666f390d980827cbe245c8eb

commit dc97f2f319eacd5a666f390d980827cbe245c8eb
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:42:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:30:30 +0000

    netmap(4): Remove a double word in a source code comment
    
    - s/the the/the/
    
    (cherry picked from commit 591a9b5ea339feda45cd0dafaac4b581495a57d2)
---
 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 0b89d89bf144..1cc3130ea372 100644
--- a/sys/dev/netmap/netmap_kloop.c
+++ b/sys/dev/netmap/netmap_kloop.c
@@ -826,7 +826,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).
 			 */