aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-10-25 12:56:25 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-10-25 12:56:25 +0000
commit8ba2beacfd7c5d8d5a0f590aa9c628c2bbf23761 (patch)
tree57efea9367d20ab695c1ad1126ca879bd9dc8f59
parentd53e97bb5490cdedb37bd4e25646c5379b196c93 (diff)
downloadsrc-8ba2beacfd7c5d8d5a0f590aa9c628c2bbf23761.tar.gz
src-8ba2beacfd7c5d8d5a0f590aa9c628c2bbf23761.zip
netmap(4): Fix a typo in a source code comment
- s/microsconds/microseconds/ MFC after: 3 days
-rw-r--r--sys/net/netmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/netmap.h b/sys/net/netmap.h
index 9b4b46472def..b5d998fa5b8e 100644
--- a/sys/net/netmap.h
+++ b/sys/net/netmap.h
@@ -783,7 +783,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;