mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Fix spelling.
This commit is contained in:
parent
5dbbb84e42
commit
c0f71e317b
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ usb_process(void *arg)
|
|||
|
||||
continue;
|
||||
}
|
||||
/* end if messages - check if anyone is waiting for sync */
|
||||
/* end of messages - check if anyone is waiting for sync */
|
||||
if (up->up_dsleep) {
|
||||
up->up_dsleep = 0;
|
||||
cv_broadcast(&up->up_drain);
|
||||
|
|
|
|||
Loading…
Reference in a new issue