summaryrefslogtreecommitdiff
path: root/include/llvm/System
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-16 20:26:04 +0000
committerOwen Anderson <resistor@mac.com>2009-06-16 20:26:04 +0000
commit82995a83e1a6b6a3822c9171e9b00301e3b809c7 (patch)
tree31e23888e1d8d1d725f096749331a94ba17a180f /include/llvm/System
parenta4e968cb0e6225761c4791d62733e53081e6f81b (diff)
downloadllvm-82995a83e1a6b6a3822c9171e9b00301e3b809c7.tar.gz
llvm-82995a83e1a6b6a3822c9171e9b00301e3b809c7.tar.bz2
llvm-82995a83e1a6b6a3822c9171e9b00301e3b809c7.tar.xz
Fix #include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r--include/llvm/System/RWMutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/System/RWMutex.h b/include/llvm/System/RWMutex.h
index eb56eec75f..2b466f20b4 100644
--- a/include/llvm/System/RWMutex.h
+++ b/include/llvm/System/RWMutex.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_SYSTEM_MUTEX_H
-#define LLVM_SYSTEM_MUTEX_H
+#ifndef LLVM_SYSTEM_RWMUTEX_H
+#define LLVM_SYSTEM_RWMUTEX_H
namespace llvm
{