summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/System/RWMutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/System/RWMutex.h b/llvm/include/llvm/System/RWMutex.h
index eb56eec75f6..2b466f20b49 100644
--- a/llvm/include/llvm/System/RWMutex.h
+++ b/llvm/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
{
OpenPOWER on IntegriCloud