Browse Source

Fixed typo in doc of juce_SpinLock.h

tags/2021-05-28
Noah Dayan 8 years ago
parent
commit
4fa0ee447b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/threads/juce_SpinLock.h

+ 1
- 1
modules/juce_core/threads/juce_SpinLock.h View File

@@ -29,7 +29,7 @@ namespace juce
uncontended situations. uncontended situations.
Note that unlike a CriticalSection, this type of lock is not re-entrant, and may 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. requires almost no initialisation.
It's most appropriate for simple situations where you're only going to hold the It's most appropriate for simple situations where you're only going to hold the
lock for a very brief time. lock for a very brief time.


Loading…
Cancel
Save