1
0
Fork 0
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:
Noah Dayan 2017-11-27 12:00:52 +00:00
parent 4cb6a6fcee
commit 4fa0ee447b

View file

@ -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.