aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/RWMutex.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-17 23:49:06 +0000
committerOwen Anderson <resistor@mac.com>2009-06-17 23:49:06 +0000
commitbf5ec1b9db6f1f18b633908416b5798abd08981c (patch)
tree4c9fee6bb9d60fc7352ec34daa000c1abf744cec /include/llvm/System/RWMutex.h
parent7c4f7dd43a84b233f94a1fe44faff42ac46b906d (diff)
downloadexternal_llvm-bf5ec1b9db6f1f18b633908416b5798abd08981c.zip
external_llvm-bf5ec1b9db6f1f18b633908416b5798abd08981c.tar.gz
external_llvm-bf5ec1b9db6f1f18b633908416b5798abd08981c.tar.bz2
Reapply r73647 in a non-broken form.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System/RWMutex.h')
-rw-r--r--include/llvm/System/RWMutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/RWMutex.h b/include/llvm/System/RWMutex.h
index 8967e9e..0a3932e 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;