mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
netmap(4): Remove a double word in a source code comment
- s/the the/the/ MFC after: 3 days
This commit is contained in:
parent
8cf905e5fa
commit
591a9b5ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue