mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
bebbeda726
commit
0aab774343
Notes:
sideshowbarker
2024-07-18 17:56:38 +09:00
Author: https://github.com/linusg
Commit: 0aab774343
14 changed files with 21 additions and 21 deletions
|
@ -612,7 +612,7 @@ int pthread_spin_lock(pthread_spinlock_t* lock)
|
|||
int pthread_spin_trylock(pthread_spinlock_t* lock)
|
||||
{
|
||||
// We expect the current value to be unlocked, as the specification
|
||||
// states that trylock should lock ony if it is not held by ANY thread.
|
||||
// states that trylock should lock only if it is not held by ANY thread.
|
||||
auto current = spinlock_unlock_sentinel;
|
||||
auto desired = gettid();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue