netmap(4): Fix a typo in a source code comment

- s/microsconds/microseconds/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-10-25 14:56:25 +02:00
parent d53e97bb54
commit 8ba2beacfd

View File

@ -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;