Everywhere: Fix typos

This commit is contained in:
Linus Groh 2021-01-22 17:42:36 +01:00 committed by Andreas Kling
commit 421587c15c
Notes: sideshowbarker 2024-07-18 23:00:25 +09:00
12 changed files with 16 additions and 16 deletions

View file

@ -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);
}