diff options
Diffstat (limited to 'include/llvm/System/RWMutex.h')
-rw-r--r-- | include/llvm/System/RWMutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/RWMutex.h b/include/llvm/System/RWMutex.h index 8967e9ee6c..0a3932e656 100644 --- a/include/llvm/System/RWMutex.h +++ b/include/llvm/System/RWMutex.h @@ -79,7 +79,7 @@ namespace llvm /// @} }; - /// ScopedReader - RAII acquisition of a writer lock + /// ScopedReader - RAII acquisition of a reader lock struct ScopedReader { RWMutex* mutex; |