mirror of
https://github.com/RGBCube/serenity
synced 2025-07-01 11:32:12 +00:00
Everywhere: Fix typos
This commit is contained in:
parent
7ad31651bd
commit
421587c15c
12 changed files with 16 additions and 16 deletions
|
@ -163,7 +163,7 @@ void Thread::FutexBlocker::finish_requeue(FutexQueue& futex_queue)
|
|||
{
|
||||
ASSERT(m_lock.own_lock());
|
||||
set_block_condition_raw_locked(&futex_queue);
|
||||
// We can now releas the lock
|
||||
// We can now release the lock
|
||||
m_lock.unlock(m_relock_flags);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue