git: 8cd97c3dd83d - stable/13 - netmap(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 28 Oct 2022 08:56:37 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit 8cd97c3dd83d30ae0356d2a62c7d1b894975ff4a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 12:56:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-28 08:56:28 +0000

    netmap(4): Fix a typo in a source code comment
    
    - s/microsconds/microseconds/
    
    (cherry picked from commit 8ba2beacfd7c5d8d5a0f590aa9c628c2bbf23761)
---
 sys/net/netmap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/netmap.h b/sys/net/netmap.h
index 4d091ccc635d..eab5cb5b7758 100644
--- a/sys/net/netmap.h
+++ b/sys/net/netmap.h
@@ -762,7 +762,7 @@ struct nmreq_pools_info {
  */
 struct nmreq_sync_kloop_start {
 	/* Sleeping is the default synchronization method for the kloop.
-	 * The 'sleep_us' field specifies how many microsconds to sleep for
+	 * The 'sleep_us' field specifies how many microseconds to sleep for
 	 * when there is no work to do, before doing another kloop iteration.
 	 */
 	uint32_t	sleep_us;