mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 15:44:45 +00:00
Everywhere: Fix typos
This commit is contained in:
committed by
Andreas Kling
parent
7ad31651bd
commit
421587c15c
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user