mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed typo in doc of juce_SpinLock.h
This commit is contained in:
parent
4cb6a6fcee
commit
4fa0ee447b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace juce
|
|||
uncontended situations.
|
||||
|
||||
Note that unlike a CriticalSection, this type of lock is not re-entrant, and may
|
||||
be less efficient when used it a highly contended situation, but it's very small and
|
||||
be less efficient when used in a highly contended situation, but it's very small and
|
||||
requires almost no initialisation.
|
||||
It's most appropriate for simple situations where you're only going to hold the
|
||||
lock for a very brief time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue