mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:58:12 +00:00
Everywhere: Fix more typos
This commit is contained in:
parent
22250780ff
commit
0f66589007
9 changed files with 12 additions and 12 deletions
|
@ -74,7 +74,7 @@ void WaitQueue::wake_one()
|
|||
void WaitQueue::wake_n(u32 wake_count)
|
||||
{
|
||||
if (wake_count == 0)
|
||||
return; // should we assert instaed?
|
||||
return; // should we assert instead?
|
||||
ScopedSpinLock lock(m_lock);
|
||||
#ifdef WAITQUEUE_DEBUG
|
||||
dbg() << "WaitQueue @ " << this << ": wake_n(" << wake_count << ")";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue